3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pep8-naming: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-20 16:54:47 +01:00
parent f4137f3e93
commit 5bfdf3cdec

View file

@ -41,8 +41,9 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "https://github.com/PyCQA/pep8-naming";
description = "Check PEP-8 naming conventions, plugin for flake8";
homepage = "https://github.com/PyCQA/pep8-naming";
changelog = "https://github.com/PyCQA/pep8-naming/blob/${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ eadwu ];
};