pythonPackages.pep257: meta.lecense -> license
This commit is contained in:
parent
7dff6a8689
commit
ba499aa845
@ -18,6 +18,6 @@ buildPythonPackage rec {
|
|||||||
homepage = https://github.com/GreenSteam/pep257/;
|
homepage = https://github.com/GreenSteam/pep257/;
|
||||||
description = "Python docstring style checker";
|
description = "Python docstring style checker";
|
||||||
longDescription = "Static analysis tool for checking compliance with Python PEP 257.";
|
longDescription = "Static analysis tool for checking compliance with Python PEP 257.";
|
||||||
lecense = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user