aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar magnouvean <85435692+magnouvean@users.noreply.github.com>2023-04-25 00:15:18 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-24 23:15:18 +0100
commitf28cbb91029b134d4a11449e8da6e923a5523bb7 (patch)
tree4482a7b196cdee1355298ce481d7858d468b4760
parentAdd Chat with GPT recipe (#334) (diff)
downloadferdium-recipes-f28cbb91029b134d4a11449e8da6e923a5523bb7.tar.gz
ferdium-recipes-f28cbb91029b134d4a11449e8da6e923a5523bb7.tar.zst
ferdium-recipes-f28cbb91029b134d4a11449e8da6e923a5523bb7.zip
Fix posteo recipe logging out at reload (#337)
-rw-r--r--recipes/posteo/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/posteo/package.json b/recipes/posteo/package.json
index dff4655..8bfdeb8 100644
--- a/recipes/posteo/package.json
+++ b/recipes/posteo/package.json
@@ -1,13 +1,13 @@
1{ 1{
2 "id": "posteo", 2 "id": "posteo",
3 "name": "Posteo", 3 "name": "Posteo",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "mail", 7 "mail",
8 "e-mail" 8 "e-mail"
9 ], 9 ],
10 "config": { 10 "config": {
11 "serviceURL": "https://posteo.de/" 11 "serviceURL": "https://posteo.de/webmail/"
12 } 12 }
13} 13}