diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json index 693d840..2ba4b98 100644 --- a/manifest.json +++ b/manifest.json @@ -9,12 +9,18 @@ "version": "2.8.2~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" + "yunohost": ">= 3.5" }, "multi_instance": true, "services": [ |
