nhentai: remove with lib;
This commit is contained in:
parent
8880f0272f
commit
4562f4fcfe
1 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
python3Packages.buildPythonApplication rec {
|
||||
pname = "nhentai";
|
||||
version = "0.5.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RicterZ";
|
||||
repo = pname;
|
||||
|
@ -26,11 +27,11 @@ python3Packages.buildPythonApplication rec {
|
|||
future
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/RicterZ/nhentai";
|
||||
description = "nHentai is a CLI tool for downloading doujinshi from <http://nhentai.net>";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "nhentai";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue