Unverified Commit f9dbf575 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.apprise: update homepage

parent 82c63141
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ buildPythonPackage (finalAttrs: {

  meta = {
    description = "Push Notifications that work with just about every platform";
    homepage = "https://github.com/caronc/apprise";
    homepage = "https://appriseit.com/";
    changelog = "https://github.com/caronc/apprise/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.bsd2;
    maintainers = with lib.maintainers; [ getchoo ];