diff --git a/pkgs/development/python-modules/apprise/default.nix b/pkgs/development/python-modules/apprise/default.nix index 0eca7e2e977f..08c43dc36ad7 100644 --- a/pkgs/development/python-modules/apprise/default.nix +++ b/pkgs/development/python-modules/apprise/default.nix @@ -72,6 +72,7 @@ buildPythonPackage rec { meta = with lib; { description = "Push Notifications that work with just about every platform"; homepage = "https://github.com/caronc/apprise"; + changelog = "https://github.com/caronc/apprise/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ marsam ]; };