浏览代码

Edit author for libreddit

Nicolas Meienberger 3 年之前
父节点
当前提交
33aa6c48f5
共有 1 个文件被更改,包括 11 次插入11 次删除
  1. 11 11
      apps/libreddit/config.json

+ 11 - 11
apps/libreddit/config.json

@@ -1,12 +1,12 @@
 {
-    "name": "LibReddit",
-    "available": true,
-    "port": 8105,
-    "id": "libreddit",
-    "description": "LibReddit is a bloat free reddit frontend written in Rust, no ads, no tracking and strong Content Security Policy prevents any request from going to reddit, everything is proxied.",
-    "short_desc": "Browse reddit without problems!",
-    "author": "Stetsed",
-    "source": "https://github.com/spikecodes/libreddit",
-    "image": "https://raw.githubusercontent.com/spikecodes/libreddit/master/static/favicon.ico",
-    "form_fields": {}
-  }
+  "name": "LibReddit",
+  "available": true,
+  "port": 8105,
+  "id": "libreddit",
+  "description": "LibReddit is a bloat free reddit frontend written in Rust, no ads, no tracking and strong Content Security Policy prevents any request from going to reddit, everything is proxied.",
+  "short_desc": "Browse reddit without problems!",
+  "author": "spikecodes",
+  "source": "https://github.com/spikecodes/libreddit",
+  "image": "https://raw.githubusercontent.com/spikecodes/libreddit/master/static/logo.png",
+  "form_fields": {}
+}