rush-parallel: Remove kranzes from maintainers

This commit is contained in:
Ilan Joselevich
2026-01-15 11:04:42 +02:00
parent a93f6c3432
commit 32cb67a145
+1 -1
View File
@@ -27,7 +27,7 @@ buildGoModule rec {
homepage = "https://github.com/shenwei356/rush";
changelog = "https://github.com/shenwei356/rush/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kranzes ];
maintainers = [ ];
mainProgram = "rush-parallel";
};
}