prospector: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-20 17:50:55 +01:00
parent fe2f65b8c4
commit 3c6ee2f1ba

View file

@ -72,6 +72,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool to analyse Python code and output information about errors, potential problems, convention violations and complexity";
homepage = "https://github.com/PyCQA/prospector";
changelog = "https://github.com/PyCQA/prospector/blob/v${version}/CHANGELOG.rst";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ kamadorueda ];
};