We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c585679 commit 1ea38aeCopy full SHA for 1ea38ae
pkgs/by-name/ta/tailwindcss_4/package.nix
@@ -70,7 +70,10 @@ stdenv.mkDerivation {
70
homepage = "https://tailwindcss.com/blog/tailwindcss-v4";
71
license = lib.licenses.mit;
72
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
73
- maintainers = [ lib.maintainers.adamjhf ];
+ maintainers = with lib.maintainers; [
74
+ adamcstephens
75
+ adamjhf
76
+ ];
77
mainProgram = "tailwindcss";
78
platforms = lib.platforms.darwin ++ lib.platforms.linux;
79
};
0 commit comments