aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/elk/package.json
diff options
context:
space:
mode:
authorLibravatar Jalil Salamé <60845989+jalil-salame@users.noreply.github.com>2023-05-12 06:27:24 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-12 09:57:24 +0530
commite2b06809981fca02ef6337b6ac0a5c28ec70a996 (patch)
tree0d2834f5b1233f52e98058208244a433468d4dc3 /recipes/elk/package.json
parentadd miroslavpejic85 as a contributor for code (#361) (diff)
downloadferdium-recipes-e2b06809981fca02ef6337b6ac0a5c28ec70a996.tar.gz
ferdium-recipes-e2b06809981fca02ef6337b6ac0a5c28ec70a996.tar.zst
ferdium-recipes-e2b06809981fca02ef6337b6ac0a5c28ec70a996.zip
Add Elk recipe (#358)
Elk is a modern Mastodon web client, you can check it out at https://elk.zone/
Diffstat (limited to 'recipes/elk/package.json')
-rw-r--r--recipes/elk/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/elk/package.json b/recipes/elk/package.json
new file mode 100644
index 0000000..3f6c001
--- /dev/null
+++ b/recipes/elk/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "elk",
3 "name": "Elk",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/jalil-salame/ferdium-elk-recipe",
7 "config": {
8 "serviceURL": "https://elk.zone/"
9 }
10}