python3Packages.whois-api: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:24:18 +01:00
parent 4b2d83c34e
commit 4a817cb40a
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/whois-api-llc/whois-api-py";
changelog = "https://github.com/whois-api-llc/whois-api-py/blob/${src.rev}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}