From 09375f257dec23d1586f738d10957eae82c3768d Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Fri, 7 May 2021 15:55:27 +0200 Subject: [PATCH] Add myself as maintainer --- manifest.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 145ba54..0f02983 100644 --- a/manifest.json +++ b/manifest.json @@ -9,11 +9,17 @@ "version": "2021-05-05-2~ynh1", "url": "https://yeswiki.net/", "license": "AGPL-3.0-only", - "maintainer": { - "name": "Plumf", - "email": "plumf@open-plug.eu", - "url": "https://www.plumf.eu" - }, + "maintainer": [ + { + "name": "Nils Van Zuijlen", + "email": "nils.van-zuijlen@mailo.com" + }, + { + "name": "Plumf", + "email": "plumf@open-plug.eu", + "url": "https://www.plumf.eu" + } + ], "requirements": { "yunohost": ">= 4.1.2" },