python310Packages.enaml: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-04-23 00:20:35 +02:00
parent dedd7f4b42
commit 97bc2824dc
@@ -53,8 +53,9 @@ buildPythonPackage rec {
SETUPTOOLS_SCM_PRETEND_VERSION = version;
meta = with lib; {
homepage = "https://github.com/nucleic/enaml";
description = "Declarative User Interfaces for Python";
homepage = "https://github.com/nucleic/enaml";
changelog = "https://github.com/nucleic/enaml/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ raboof ];
};