aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/mastodon/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-12-20 19:38:40 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-12-20 19:38:40 +0100
commitcea06d3a1645be7896659f06088caf9668ce7837 (patch)
tree333584c7044eb2f585e356057b9c54fec93e3e07 /uncompressed/mastodon/package.json
parentFix missing closing bracket (diff)
downloadferdium-recipes-cea06d3a1645be7896659f06088caf9668ce7837.tar.gz
ferdium-recipes-cea06d3a1645be7896659f06088caf9668ce7837.tar.zst
ferdium-recipes-cea06d3a1645be7896659f06088caf9668ce7837.zip
Remove Mastodon recipe
Diffstat (limited to 'uncompressed/mastodon/package.json')
-rw-r--r--uncompressed/mastodon/package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/uncompressed/mastodon/package.json b/uncompressed/mastodon/package.json
deleted file mode 100644
index 84a17e8..0000000
--- a/uncompressed/mastodon/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
1{
2 "id": "mastodon",
3 "name": "Mastodon",
4 "version": "1.0.1",
5 "description": "Mastodon recipe for Franz 5 or later",
6 "main": "index.js",
7 "author": "sharkpp <webmaster@sharkpp.net>",
8 "license": "MIT",
9 "repository": "https://github.com/sharkpp/franz-recipe-mastodon",
10 "config": {
11 "serviceURL": "https://{teamId}",
12 "hasTeamId": true,
13 "hasNotificationSound": true,
14 "hasIndirectMessages": false,
15 "message": "Please enter the instance address of Mastodon in the team name input box."
16 }
17}