Skip to content

Commit b42fa98

Browse files
committed
coreutils: Add myself as a maintainer
1 parent a888c0d commit b42fa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/tools/misc/coreutils/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ stdenv.mkDerivation (rec {
155155
license = licenses.gpl3Plus;
156156
platforms = platforms.unix ++ platforms.windows;
157157
priority = 10;
158-
maintainers = [ maintainers.eelco ];
158+
maintainers = [ maintainers.eelco maintainers.das_j ];
159159
};
160160
} // optionalAttrs stdenv.hostPlatform.isMusl {
161161
# Work around a bogus warning in conjunction with musl.

0 commit comments

Comments
 (0)