python310Packages.devtools: add changelog to meta

authored by Fabian Affolter and committed by Martin Weinelt d5aa5af5 b7d5b405

+1
+1
pkgs/development/python-modules/devtools/default.nix
··· 60 60 meta = with lib; { 61 61 description = "Python's missing debug print command and other development tools"; 62 62 homepage = "https://python-devtools.helpmanual.io/"; 63 + changelog = "https://github.com/samuelcolvin/python-devtools/releases/tag/v${version}"; 63 64 license = licenses.mit; 64 65 maintainers = with maintainers; [ jdahm ]; 65 66 };