From 5d25c3d7a405fd6a25dec05bb3bbe7885dc03f2d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 20 Apr 2019 20:48:10 +0200 Subject: [PATCH] Fix maintainers --- manifest.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 3d35bc2..3645db1 100644 --- a/manifest.json +++ b/manifest.json @@ -8,12 +8,16 @@ }, "version": "2.56~ynh1", "url": "https://wekan.io", - "license": "MIT", - "maintainer": { - "name": "alexAubin ljf", + "license": "MIT", + "maintainer": [ + { + "name": "alexAubin", "email": "alex.aubin@mailoo.org", "url": "https://github.com/alexAubin/" - }, + }, + { + "name": "ljf" + }], "requirements": { "yunohost": ">= 3.4" },