Skip to content

Commit

Permalink
pythonPackages.pep257: meta.lecense -> license
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Mar 10, 2017
1 parent 7dff6a8 commit ba499aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pep257.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ buildPythonPackage rec {
homepage = https://github.com/GreenSteam/pep257/;
description = "Python docstring style checker";
longDescription = "Static analysis tool for checking compliance with Python PEP 257.";
lecense = licenses.mit;
license = licenses.mit;
};
}

0 comments on commit ba499aa

Please sign in to comment.