pythonPackages.pep257: meta.lecense -> license

This commit is contained in:
Joachim Fasting 2017-03-10 20:27:11 +01:00
parent 7dff6a8689
commit ba499aa845
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

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;
};
}