aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proton-mail
diff options
context:
space:
mode:
authorLibravatar Latschenharry <michi.leg3ndary@googlemail.com>2022-05-26 20:22:22 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-26 18:22:22 +0000
commitcd64405f7f4f94c83a59e720ca2615c89b00d91b (patch)
treea4f0fdf3a514f3669f459a3178d5dda741deac8b /recipes/proton-mail
parentAdd new service-level option 'trapLinkUrls' (#30) (diff)
downloadferdium-recipes-cd64405f7f4f94c83a59e720ca2615c89b00d91b.tar.gz
ferdium-recipes-cd64405f7f4f94c83a59e720ca2615c89b00d91b.tar.zst
ferdium-recipes-cd64405f7f4f94c83a59e720ca2615c89b00d91b.zip
Change of Proton Service URL (#36)
Diffstat (limited to 'recipes/proton-mail')
-rw-r--r--recipes/proton-mail/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/proton-mail/package.json b/recipes/proton-mail/package.json
index 826bc72..5913b36 100644
--- a/recipes/proton-mail/package.json
+++ b/recipes/proton-mail/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "proton-mail", 2 "id": "proton-mail",
3 "name": "ProtonMail", 3 "name": "ProtonMail",
4 "version": "1.4.0", 4 "version": "1.5.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://mail.protonmail.com/login" 7 "serviceURL": "https://mail.proton.me/login"
8 } 8 }
9} 9}