python3Packages.args: set license (#516430)

This commit is contained in:
Sandro
2026-05-04 12:48:18 +00:00
committed by GitHub
@@ -17,5 +17,6 @@ buildPythonPackage rec {
meta = {
description = "Command Arguments for Humans";
homepage = "https://github.com/kennethreitz/args";
license = lib.licenses.bsd2;
};
}