python310Packages.pycodestyle: fix meta.changelog
This commit is contained in:
parent
5a3497bf84
commit
93e4170a3e
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [ "pycodestyle" ];
|
pythonImportsCheck = [ "pycodestyle" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
changelog = "https://github.com/PyCQA/pyflakes/blob/${version}/NEWS.rst";
|
changelog = "https://github.com/PyCQA/pycodestyle/blob/${version}/CHANGES.txt";
|
||||||
description = "Python style guide checker";
|
description = "Python style guide checker";
|
||||||
homepage = "https://pycodestyle.pycqa.org/";
|
homepage = "https://pycodestyle.pycqa.org/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user