aboutsummaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--recipes/proton-mail/package.json4
-rw-r--r--recipes/protoncalendar/package.json4
2 files changed, 4 insertions, 4 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}
diff --git a/recipes/protoncalendar/package.json b/recipes/protoncalendar/package.json
index 283db65..6908538 100644
--- a/recipes/protoncalendar/package.json
+++ b/recipes/protoncalendar/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "protoncalendar", 2 "id": "protoncalendar",
3 "name": "ProtonCalendar", 3 "name": "ProtonCalendar",
4 "version": "1.2.0", 4 "version": "1.3.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://calendar.protonmail.com/" 7 "serviceURL": "https://calendar.proton.me/"
8 } 8 }
9} 9}