python310Packages.pycodestyle: fix meta.changelog

authored by

Robert Schütz and committed by
Robert Schütz
93e4170a 5a3497bf

+1 -1
+1 -1
pkgs/development/python-modules/pycodestyle/default.nix
··· 29 29 pythonImportsCheck = [ "pycodestyle" ]; 30 30 31 31 meta = with lib; { 32 - changelog = "https://github.com/PyCQA/pyflakes/blob/${version}/NEWS.rst"; 32 + changelog = "https://github.com/PyCQA/pycodestyle/blob/${version}/CHANGES.txt"; 33 33 description = "Python style guide checker"; 34 34 homepage = "https://pycodestyle.pycqa.org/"; 35 35 license = licenses.mit;