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;