From 9ab2890b08ee837c5c30c18c84a099224a30c592 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 10 May 2019 11:27:27 +0200 Subject: Fix maintainers --- manifest.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'manifest.json') 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" }, -- cgit v1.2.3-70-g09d2 From c44558416168d26eef92c03c88f65669c4a73668 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 10 May 2019 11:28:21 +0200 Subject: Update yunohost version requirements --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 03e7874..ed18471 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ } ], "requirements": { - "yunohost": ">= 3.4" + "yunohost": ">= 3.5" }, "multi_instance": true, "services": [ -- cgit v1.2.3-70-g09d2