cargo-wizard: Remove kranzes from maintainers

This commit is contained in:
Ilan Joselevich
2026-01-15 11:03:49 +02:00
parent 59b983945c
commit 57739f73a4
+1 -1
View File
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kobzol/cargo-wizard";
changelog = "https://github.com/kobzol/cargo-wizard/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kranzes ];
maintainers = [ ];
mainProgram = "cargo-wizard";
};
}