aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettr/package.json
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2023-01-19 22:50:09 +0000
committerLibravatar GitHub <noreply@github.com>2023-01-19 22:50:09 +0000
commit6a12a29e1224939aa115a14715a4415e14b0b389 (patch)
treeac0d61fcde02e061d833a8ce9986417d2a092dab /recipes/gettr/package.json
parentfix: add mastodon hosted option and remove teamId (diff)
downloadferdium-recipes-6a12a29e1224939aa115a14715a4415e14b0b389.tar.gz
ferdium-recipes-6a12a29e1224939aa115a14715a4415e14b0b389.tar.zst
ferdium-recipes-6a12a29e1224939aa115a14715a4415e14b0b389.zip
feat: add several recipes (#293)
Diffstat (limited to 'recipes/gettr/package.json')
-rw-r--r--recipes/gettr/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gettr/package.json b/recipes/gettr/package.json
new file mode 100644
index 0000000..e222c2f
--- /dev/null
+++ b/recipes/gettr/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "gettr",
3 "name": "Gettr",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://gettr.com"
8 }
9}