vgrep: adopt

This commit is contained in:
Sandro Jäckel
2021-06-18 10:55:07 +02:00
parent 65b1196963
commit 044072add4
+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; [ ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}