Merge pull request #155828 from m00wl/gnugrep

gnugrep: add myself as maintainer
This commit is contained in:
Jörg Thalheim 2022-01-20 11:43:56 +00:00 committed by GitHub
commit e01117ea8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -7227,6 +7227,12 @@
email = "wheatdoge@gmail.com";
name = "Tim Liou";
};
m00wl = {
name = "Moritz Lumme";
email = "moritz.lumme@gmail.com";
github = "m00wl";
githubId = 46034439;
};
m1cr0man = {
email = "lucas+nix@m1cr0man.com";
github = "m1cr0man";

View file

@ -58,7 +58,10 @@ stdenv.mkDerivation {
license = licenses.gpl3Plus;
maintainers = [ maintainers.eelco ];
maintainers = [
maintainers.eelco
maintainers.m00wl
];
platforms = platforms.all;
mainProgram = "grep";
};