aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index fd70341..03e7874 100644
--- a/manifest.json
+++ b/manifest.json
@@ -9,10 +9,16 @@
"version": "2.7.4~ynh1",
"url": "https://github.com/tootsuite/mastodon",
"license": "AGPL-3.0-or-later",
- "maintainer": {
- "name": "cyp, nemsia",
- "email": "cyp@rouquin.me, nemsia@nemsia.org"
- },
+ "maintainer": [
+ {
+ "name": "cyp",
+ "email": "cyp@rouquin.me"
+ },
+ {
+ "name": "nemsia",
+ "email": "nemsia@nemsia.org"
+ }
+ ],
"requirements": {
"yunohost": ">= 3.4"
},