We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a888c0d commit b42fa98Copy full SHA for b42fa98
pkgs/tools/misc/coreutils/default.nix
@@ -155,7 +155,7 @@ stdenv.mkDerivation (rec {
155
license = licenses.gpl3Plus;
156
platforms = platforms.unix ++ platforms.windows;
157
priority = 10;
158
- maintainers = [ maintainers.eelco ];
+ maintainers = [ maintainers.eelco maintainers.das_j ];
159
};
160
} // optionalAttrs stdenv.hostPlatform.isMusl {
161
# Work around a bogus warning in conjunction with musl.
0 commit comments