From 02328ff69f02fc14827d20243898de4ca25cdadb Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 18 Jun 2021 10:32:01 +1000 Subject: vgrep: remove maintainer --- pkgs/tools/text/vgrep/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/text/vgrep') 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; [ ]; }; } -- cgit 1.4.1