python311Packages.apptools: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-26 10:29:21 +02:00
parent 8cc5333033
commit 1939a9af87

View File

@ -68,6 +68,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Set of packages that Enthought has found useful in creating a number of applications";
homepage = "https://github.com/enthought/apptools";
changelog = "https://github.com/enthought/apptools/releases/tag/${version}";
license = licenses.bsdOriginal;
maintainers = with maintainers; [ knedlsepp ];
};