aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-04-27 23:17:08 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-27 22:17:08 +0100
commite2d2a0e25c4c08bad2d467b085d03df541b12d38 (patch)
treef326dbc7137d53f20ec2af25eba565bf0552182c /recipes
parentFix archive counted as unread on WhatsApp (#335) (diff)
downloadferdium-recipes-e2d2a0e25c4c08bad2d467b085d03df541b12d38.tar.gz
ferdium-recipes-e2d2a0e25c4c08bad2d467b085d03df541b12d38.tar.zst
ferdium-recipes-e2d2a0e25c4c08bad2d467b085d03df541b12d38.zip
Add custom URL option on Pixelfed (#341)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/pixelfed/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/pixelfed/package.json b/recipes/pixelfed/package.json
index 1c89fea..328dab8 100644
--- a/recipes/pixelfed/package.json
+++ b/recipes/pixelfed/package.json
@@ -1,9 +1,11 @@
1{ 1{
2 "id": "pixelfed", 2 "id": "pixelfed",
3 "name": "Pixelfed", 3 "name": "Pixelfed",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://pixelfed.social" 7 "serviceURL": "https://pixelfed.social",
8 "hasHostedOption": true,
9 "hasCustomUrl": true
8 } 10 }
9} 11}