yalc: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:29:28 -04:00
parent 4c4b2508bb
commit f46d902ca4
+1 -1
View File
@@ -41,6 +41,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
mainProgram = "yalc";
homepage = "https://github.com/wclr/yalc";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})