Merge pull request #127323 from SuperSandro2000/adopt

Adopt two packages
This commit is contained in:
markuskowa
2021-06-18 11:12:40 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = "https://dev.yorhel.nl/ncdu";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ pSub ];
maintainers = with maintainers; [ pSub SuperSandro2000 ];
};
}
+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 ];
};
}