Commit 4082bbd5 authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.args: set license

parent ba81fb35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,5 +17,6 @@ buildPythonPackage rec {
  meta = {
    description = "Command Arguments for Humans";
    homepage = "https://github.com/kennethreitz/args";
    license = lib.licenses.bsd2;
  };
}