about summary refs log tree commit diff
path: root/pkgs/tools/text/gnugrep/default.nix
diff options
context:
space:
mode:
authorMoritz Lumme <46034439+m00wl@users.noreply.github.com>2022-01-20 09:14:28 +0000
committerMoritz Lumme <46034439+m00wl@users.noreply.github.com>2022-01-20 09:18:35 +0000
commita30df390471d1e5dfd5dc82dbfa28a765f07e0b7 (patch)
tree78cb2d80b311253092d974e652630a33f6688bae /pkgs/tools/text/gnugrep/default.nix
parent3cbb02087b4c2dfc3be664d7152cec51765e53ef (diff)
gnugrep: add myself as maintainer
Diffstat (limited to 'pkgs/tools/text/gnugrep/default.nix')
-rw-r--r--pkgs/tools/text/gnugrep/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/tools/text/gnugrep/default.nix b/pkgs/tools/text/gnugrep/default.nix
index bb0c90197d3cc..efb3be1c8fb2d 100644
--- a/pkgs/tools/text/gnugrep/default.nix
+++ b/pkgs/tools/text/gnugrep/default.nix
@@ -58,7 +58,10 @@ stdenv.mkDerivation {
 
     license = licenses.gpl3Plus;
 
-    maintainers = [ maintainers.eelco ];
+    maintainers = [
+      maintainers.eelco
+      maintainers.m00wl
+    ];
     platforms = platforms.all;
     mainProgram = "grep";
   };