pythonPackages.pep257: meta.lecense -> license

This commit is contained in:
Joachim Fasting
2017-03-10 20:39:03 +01:00
parent 7dff6a8689
commit ba499aa845
+1 -1
View File
@@ -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;
};
}