python311Packages.apprise: adopt

This commit is contained in:
seth 2024-05-12 19:41:38 -04:00
parent b1e8ff6178
commit ef91aa449e
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -80,7 +80,7 @@ buildPythonPackage rec {
homepage = "https://github.com/caronc/apprise";
changelog = "https://github.com/caronc/apprise/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ getchoo ];
mainProgram = "apprise";
};
}