python310Packages.devtools: add changelog to meta
This commit is contained in:
parent
b7d5b405cd
commit
d5aa5af5f3
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user