From 9ab2890b08ee837c5c30c18c84a099224a30c592 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 10 May 2019 11:27:27 +0200 Subject: [PATCH] Fix maintainers --- manifest.json | 14 ++++++++++---- 1 file 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" },