aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Martin Braun <martin-braun@w9mail.com>2024-01-16 09:28:32 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-16 08:28:32 +0000
commit373df0a0b2eecad5cb1987d9bf2119eb4bc720ed (patch)
tree74e54e41e9af3c3655c91eac181b2a4d5035210e
parentFix unread counts in gmail (diff)
downloadferdium-recipes-373df0a0b2eecad5cb1987d9bf2119eb4bc720ed.tar.gz
ferdium-recipes-373df0a0b2eecad5cb1987d9bf2119eb4bc720ed.tar.zst
ferdium-recipes-373df0a0b2eecad5cb1987d9bf2119eb4bc720ed.zip
Change name and serviceUrl of anonaddy (#497)
Service has migrated to a new name and url recently.
-rw-r--r--recipes/anonaddy/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/anonaddy/package.json b/recipes/anonaddy/package.json
index f8f31e3..3e8e917 100644
--- a/recipes/anonaddy/package.json
+++ b/recipes/anonaddy/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "anonaddy", 2 "id": "anonaddy",
3 "name": "AnonAddy", 3 "name": "addy.io",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://app.anonaddy.com/" 7 "serviceURL": "https://app.addy.io/"
8 } 8 }
9} 9}