forked from mirrors/nixpkgs
parent
89da937013
commit
49f4f1048a
|
@ -1,4 +1,4 @@
|
|||
{ pythonPackages, fetchFromGitHub }:
|
||||
{ stdenv, pythonPackages, fetchFromGitHub }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
pname = "dosage";
|
||||
|
@ -23,5 +23,6 @@ pythonPackages.buildPythonApplication rec {
|
|||
meta = {
|
||||
description = "A comic strip downloader and archiver";
|
||||
homepage = https://dosage.rocks/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue