Merge pull request #127323 from SuperSandro2000/adopt
Adopt two packages
This commit is contained in:
commit
c45189e238
2 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue