python3Packages.greynoise: remove mbalatsko from maintainers

This commit is contained in:
Maksym Balatsko
2026-01-03 19:14:30 +01:00
parent 8a6e6d3632
commit 656f3ff9d5
@@ -77,6 +77,6 @@ buildPythonPackage rec {
homepage = "https://github.com/GreyNoise-Intelligence/pygreynoise";
changelog = "https://github.com/GreyNoise-Intelligence/pygreynoise/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mbalatsko ];
maintainers = [ ];
};
}