nodePackages.postcss-cli: add Luflosi as maintainer

This commit is contained in:
Luflosi 2022-04-01 12:06:15 +02:00
parent 18f19c2bb8
commit 9dc7fafa42
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -349,7 +349,10 @@ let
inherit (self) postcss-cli;
};
};
meta.mainProgram = "postcss";
meta = {
mainProgram = "postcss";
maintainers = with lib.maintainers; [ Luflosi ];
};
};
prisma = super.prisma.override rec {