aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/anonaddy
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-01-26 02:05:57 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-26 02:05:57 +0000
commit4d8bf134be4f2f206460585be32518af12440488 (patch)
treee3b0045f053727094a380ece1ac16f0d71577ab4 /recipes/anonaddy
parentSet more appropriate Discord `serviceURL` (diff)
downloadferdium-recipes-4d8bf134be4f2f206460585be32518af12440488.tar.gz
ferdium-recipes-4d8bf134be4f2f206460585be32518af12440488.tar.zst
ferdium-recipes-4d8bf134be4f2f206460585be32518af12440488.zip
fix: addy.io self host option (#500)
Diffstat (limited to 'recipes/anonaddy')
-rw-r--r--recipes/anonaddy/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/anonaddy/package.json b/recipes/anonaddy/package.json
index 3e8e917..9d939f4 100644
--- a/recipes/anonaddy/package.json
+++ b/recipes/anonaddy/package.json
@@ -1,9 +1,11 @@
1{ 1{
2 "id": "anonaddy", 2 "id": "anonaddy",
3 "name": "addy.io", 3 "name": "addy.io",
4 "version": "1.3.1", 4 "version": "1.3.2",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://app.addy.io/" 7 "serviceURL": "https://app.addy.io/",
8 "hasCustomUrl": true,
9 "hasHostedOption": true
8 } 10 }
9} 11}