about summary refs log tree commit diff
path: root/pkgs/tools/text/vgrep
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-06-18 10:32:01 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-06-18 16:17:18 +1000
commit02328ff69f02fc14827d20243898de4ca25cdadb (patch)
tree870b7371e7cf466a5ab421bff4c0cea6efa2e4c4 /pkgs/tools/text/vgrep
parent3de1d14df85f460f2a124fef6b51eb44b37fc1c6 (diff)
vgrep: remove maintainer
Diffstat (limited to 'pkgs/tools/text/vgrep')
-rw-r--r--pkgs/tools/text/vgrep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/vgrep/default.nix b/pkgs/tools/text/vgrep/default.nix
index a2ac4b51001a1..e69bbc2fb82b5 100644
--- a/pkgs/tools/text/vgrep/default.nix
+++ b/pkgs/tools/text/vgrep/default.nix
@@ -27,6 +27,6 @@ buildGoModule rec {
     description = "User-friendly pager for grep/git-grep/ripgrep";
     homepage = "https://github.com/vrothberg/vgrep";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ zowoq ];
+    maintainers = with maintainers; [ ];
   };
 }