mprocs: drop pyrox0 from maintainers

This commit is contained in:
Gaetan Lepage
2025-12-22 23:31:56 +00:00
parent 99c033c197
commit cdb00bdb40
+1 -4
View File
@@ -34,10 +34,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/pvolok/mprocs";
changelog = "https://github.com/pvolok/mprocs/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
GaetanLepage
pyrox0
];
maintainers = with lib.maintainers; [ GaetanLepage ];
platforms = lib.platforms.unix;
mainProgram = "mprocs";
};