aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pleroma/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pleroma/package.json')
-rw-r--r--recipes/pleroma/package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/pleroma/package.json b/recipes/pleroma/package.json
index 2fedd64..3993249 100644
--- a/recipes/pleroma/package.json
+++ b/recipes/pleroma/package.json
@@ -1,14 +1,9 @@
1{ 1{
2 "id": "pleroma", 2 "id": "pleroma",
3 "name": "Pleroma", 3 "name": "Pleroma",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "description": "Pleroma — a lightweight fediverse server",
6 "main": "index.js",
7 "author": "Ferdi <hello@getferdi.com>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "",
11 "serviceName": "Pleroma",
12 "hasCustomUrl": true 7 "hasCustomUrl": true
13 } 8 }
14} 9}