dosage: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:33:00 +02:00
parent 89da937013
commit 49f4f1048a
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

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