python310Packages.apprise: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-29 11:51:09 +01:00
parent 408924ce29
commit 5dd4e858c5
@@ -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 ];
};