mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python310Packages.pycodestyle: fix meta.changelog
This commit is contained in:
parent
5a3497bf84
commit
93e4170a3e
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "pycodestyle" ];
|
||||
|
||||
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";
|
||||
homepage = "https://pycodestyle.pycqa.org/";
|
||||
license = licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user