From 9a121aece6d1a6e66ad6b7f47ac709b6f8cf1eec Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Thu, 2 Aug 2018 21:55:26 +0200 Subject: [PATCH 1/2] set maintainer to yunohost-apps --- manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 668a6d4..a66dc0a 100644 --- a/manifest.json +++ b/manifest.json @@ -12,12 +12,14 @@ "yunohost": ">= 2.7.0" }, "maintainer": { - "name": "jibec", - "email": "jean-baptiste@holcroft.fr" + "name": "yunohost-apps" }, "previous_maintainers": [{ "name": "mbugeia", "email": "maxime@max.privy.place" + }, + {"name": "jibec", + "email": "jean-baptiste@holcroft.fr" }], "multi_instance": true, "services": [ From 9dc5343a2749ebd86ad0d1afdc9ee1737238e7a1 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 5 Dec 2018 20:28:51 +0100 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a66dc0a..05ec499 100644 --- a/manifest.json +++ b/manifest.json @@ -12,13 +12,15 @@ "yunohost": ">= 2.7.0" }, "maintainer": { - "name": "yunohost-apps" + "name": "YunoHost Contributors", + "email": "apps@yunohost.org" }, "previous_maintainers": [{ "name": "mbugeia", "email": "maxime@max.privy.place" }, - {"name": "jibec", + { + "name": "jibec", "email": "jean-baptiste@holcroft.fr" }], "multi_instance": true,