aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lemmy/package.json
diff options
context:
space:
mode:
authorLibravatar Maciej Barć <xgqt@gentoo.org>2022-10-04 11:18:33 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-04 09:18:33 +0000
commitda2df4cf3c20628a96fa57a913cf7fe55fa02b34 (patch)
tree37467ca0beb05977e2a02e74d60f86e06fd225bb /recipes/lemmy/package.json
parentadd xgqt as a contributor for code (#195) [skip ci] (diff)
downloadferdium-recipes-da2df4cf3c20628a96fa57a913cf7fe55fa02b34.tar.gz
ferdium-recipes-da2df4cf3c20628a96fa57a913cf7fe55fa02b34.tar.zst
ferdium-recipes-da2df4cf3c20628a96fa57a913cf7fe55fa02b34.zip
recipes: add initial Lemmy service (#154)
Closes: https://github.com/ferdium/ferdium-recipes/issues/151 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'recipes/lemmy/package.json')
-rw-r--r--recipes/lemmy/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/lemmy/package.json b/recipes/lemmy/package.json
new file mode 100644
index 0000000..ccf2847
--- /dev/null
+++ b/recipes/lemmy/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "lemmy",
3 "name": "Lemmy",
4 "version": "1.0.0",
5 "license": "MIT",
6 "aliases": [],
7 "config": {
8 "serviceURL": "https://lemmy.ml/",
9 "hasCustomUrl": true,
10 "message": "Lemmy's default URL is https://lemmy.ml/",
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true
13 }
14}