mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
python311Packages.apptools: add changelog to meta
This commit is contained in:
parent
8cc5333033
commit
1939a9af87
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user