From 06034e0166f79aad701f1ad35c486a4311008560 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 23 May 2019 15:13:13 +0200 Subject: [PATCH] Adding maintainer --- manifest.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 48425f9d..866af077 100644 --- a/manifest.json +++ b/manifest.json @@ -8,10 +8,15 @@ "version": "0.9.0~ynh2", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", - "maintainer": { - "name": "Jean-Baptiste Holcroft", - "email": "jean-baptiste@holcroft.fr" - }, + "maintainer": [ + { + "name": "Jean-Baptiste Holcroft", + "email": "jean-baptiste@holcroft.fr" + }, + { + "name": "yalh76" + } + ], "requirements": { "yunohost": ">= 3.5" },