From d5aa5af5f301bbbe193c51e7d0a3fc088fd7cfe8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 10 Dec 2022 10:54:34 +0100 Subject: python310Packages.devtools: add changelog to meta --- pkgs/development/python-modules/devtools/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/python-modules/devtools') 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 ]; }; -- cgit 1.4.1