summary refs log tree commit diff
path: root/plugins/example-plugin/plugin.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugins/example-plugin/plugin.json (renamed from api/src/plugins/example-plugin/plugin.json)3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/src/plugins/example-plugin/plugin.json b/plugins/example-plugin/plugin.json

index 8d98276c..980edbdf 100644 --- a/api/src/plugins/example-plugin/plugin.json +++ b/plugins/example-plugin/plugin.json
@@ -1,8 +1,9 @@ { + "id": "example-plugin", "name": "Fosscord example plugin", "authors": [ "The Arcane Brony" ], "repository": "https://github.com/fosscord/fosscord-server", "license": "" -} \ No newline at end of file +}