Loading pkgs/development/python-modules/apprise/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ buildPythonPackage rec { 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 = lib.licenses.bsd3; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ getchoo ]; mainProgram = "apprise"; }; Loading Loading
pkgs/development/python-modules/apprise/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ buildPythonPackage rec { 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 = lib.licenses.bsd3; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ getchoo ]; mainProgram = "apprise"; }; Loading