python3Packages.cryptolyzer: Remove kranzes from maintainers

This commit is contained in:
Ilan Joselevich
2026-01-15 11:05:18 +02:00
parent c7da067cdb
commit 13dd4231b1
@@ -72,7 +72,7 @@ buildPythonPackage rec {
changelog = "https://gitlab.com/coroner/cryptolyzer/-/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mpl20;
mainProgram = "cryptolyze";
maintainers = with lib.maintainers; [ kranzes ];
maintainers = [ ];
teams = with lib.teams; [ ngi ];
};
}