From 97bc2824dce24e31df459b20921688faf79f6e79 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 13 Apr 2023 08:08:31 +0200 Subject: [PATCH] python310Packages.enaml: add changelog to meta --- pkgs/development/python-modules/enaml/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/enaml/default.nix b/pkgs/development/python-modules/enaml/default.nix index e53b38d04e91..9bf3fe1b56a5 100644 --- a/pkgs/development/python-modules/enaml/default.nix +++ b/pkgs/development/python-modules/enaml/default.nix @@ -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 ]; };