From 5dd4e858c5f44384301e68c514d6537bfd47d7b0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 Dec 2022 11:51:09 +0100 Subject: [PATCH] python310Packages.apprise: add changelog to meta --- pkgs/development/python-modules/apprise/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; };