python3Packages.args: set license

source: https://github.com/kennethreitz-archive/args/blob/master/LICENSE
This commit is contained in:
jopejoe1
2026-05-04 11:53:54 +02:00
parent ba81fb35d7
commit 4082bbd508
@@ -17,5 +17,6 @@ buildPythonPackage rec {
meta = {
description = "Command Arguments for Humans";
homepage = "https://github.com/kennethreitz/args";
license = lib.licenses.bsd2;
};
}