vgrep: adopt

This commit is contained in:
Sandro Jäckel 2021-06-18 10:55:07 +02:00
parent 65b1196963
commit 044072add4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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 ];
};
}