nhentai: remove with lib;

This commit is contained in:
éclairevoyant 2023-11-26 14:16:14 -05:00
parent 8880f0272f
commit 4562f4fcfe
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B

View file

@ -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";
};
}