szyszka: Remove kranzes from maintainers

This commit is contained in:
Ilan Joselevich
2026-01-15 11:04:46 +02:00
parent 32cb67a145
commit 51fd2b416a
+1 -1
View File
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
description = "Simple but powerful and fast bulk file renamer";
homepage = "https://github.com/qarmin/szyszka";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kranzes ];
maintainers = [ ];
mainProgram = "szyszka";
};
}