about summary refs log tree commit diff
path: root/pkgs/development/python-modules/devtools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-10 10:54:34 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 13:20:44 +0100
commitd5aa5af5f301bbbe193c51e7d0a3fc088fd7cfe8 (patch)
tree40b2d601cb0be66a12e28044905dd661fcccba28 /pkgs/development/python-modules/devtools
parentb7d5b405cdc919d3e4e3e3082fe8e0ba7a725339 (diff)
python310Packages.devtools: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/devtools')
-rw-r--r--pkgs/development/python-modules/devtools/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/devtools/default.nix b/pkgs/development/python-modules/devtools/default.nix
index a6cc42dfe9626..f8aa63d7a22fd 100644
--- a/pkgs/development/python-modules/devtools/default.nix
+++ b/pkgs/development/python-modules/devtools/default.nix
@@ -60,6 +60,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python's missing debug print command and other development tools";
     homepage = "https://python-devtools.helpmanual.io/";
+    changelog = "https://github.com/samuelcolvin/python-devtools/releases/tag/v${version}";
     license = licenses.mit;
     maintainers = with maintainers; [ jdahm ];
   };