remod: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:27:53 -04:00
parent fb6bc874d0
commit 98817efce4

View File

@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "chmod for human beings";
homepage = "https://github.com/samuela/remod";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "remod";
};
})