postcss: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:27:48 -04:00
parent 49d57640d9
commit fb6bc874d0
+1 -1
View File
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Transforming styles with JS plugins";
homepage = "https://postcss.org/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})