vgrep: remove maintainer

This commit is contained in:
zowoq
2021-06-18 16:17:18 +10:00
parent 3de1d14df8
commit 02328ff69f
+1 -1
View File
@@ -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; [ ];
};
}