python310Packages.devtools: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-10 10:54:34 +01:00 committed by Martin Weinelt
parent b7d5b405cd
commit d5aa5af5f3

View file

@ -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 ];
};