aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}