summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-20 17:50:55 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-20 17:50:55 +0100
commit3c6ee2f1ba8a0416c9c5ef8fd885a7c639cf7292 (patch)
treed5050cf481c12c89e5e36e3c514e86318de8fc3b
parentfe2f65b8c4d7b2d315086e684c756ab1f234341c (diff)
downloadnixpkgs-3c6ee2f1ba8a0416c9c5ef8fd885a7c639cf7292.tar
nixpkgs-3c6ee2f1ba8a0416c9c5ef8fd885a7c639cf7292.tar.gz
nixpkgs-3c6ee2f1ba8a0416c9c5ef8fd885a7c639cf7292.tar.bz2
nixpkgs-3c6ee2f1ba8a0416c9c5ef8fd885a7c639cf7292.tar.lz
nixpkgs-3c6ee2f1ba8a0416c9c5ef8fd885a7c639cf7292.tar.xz
nixpkgs-3c6ee2f1ba8a0416c9c5ef8fd885a7c639cf7292.tar.zst
nixpkgs-3c6ee2f1ba8a0416c9c5ef8fd885a7c639cf7292.zip
prospector: add changelog to meta
-rw-r--r--pkgs/development/tools/prospector/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/prospector/default.nix b/pkgs/development/tools/prospector/default.nix
index 5594e7e083e..95b5512c6fc 100644
--- a/pkgs/development/tools/prospector/default.nix
+++ b/pkgs/development/tools/prospector/default.nix
@@ -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 ];
   };