python3Packages.args: set license
source: https://github.com/kennethreitz-archive/args/blob/master/LICENSE
This commit is contained in:
@@ -17,5 +17,6 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Command Arguments for Humans";
|
||||
homepage = "https://github.com/kennethreitz/args";
|
||||
license = lib.licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user