Merge pull request #127323 from SuperSandro2000/adopt
Adopt two packages
This commit is contained in:
commit
c45189e238
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://dev.yorhel.nl/ncdu";
|
homepage = "https://dev.yorhel.nl/ncdu";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
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";
|
description = "User-friendly pager for grep/git-grep/ripgrep";
|
||||||
homepage = "https://github.com/vrothberg/vgrep";
|
homepage = "https://github.com/vrothberg/vgrep";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user