python310Packages.pycodestyle: fix meta.changelog

This commit is contained in:
Robert Schütz 2022-12-12 22:15:42 -08:00 committed by Robert Schütz
parent 5a3497bf84
commit 93e4170a3e

View File

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