From 56995e3ed9c5287ce7aedb319b75b7da7e5fcf2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 5 Sep 2025 13:08:38 -0700 Subject: [PATCH] python3Packages.zcc-helper: add meta.changelog --- pkgs/development/python-modules/zcc-helper/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/zcc-helper/default.nix b/pkgs/development/python-modules/zcc-helper/default.nix index 6b9d2c520bf7..24c365ebf001 100644 --- a/pkgs/development/python-modules/zcc-helper/default.nix +++ b/pkgs/development/python-modules/zcc-helper/default.nix @@ -27,6 +27,7 @@ buildPythonPackage rec { ]; meta = { + changelog = "https://bitbucket.org/mark_hannon/zcc/src/${src.rev}/CHANGELOG.md"; description = "ZIMI ZCC helper module"; homepage = "https://bitbucket.org/mark_hannon/zcc"; license = lib.licenses.mit;