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