From cd9e7608f9f845606119a58b89b0c4c808bb6cde Mon Sep 17 00:00:00 2001 From: nicofrand Date: Sat, 2 May 2020 13:46:24 +0200 Subject: [PATCH] Manifest: update maintainer --- manifest.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 025d2c6..cbd37b5 100644 --- a/manifest.json +++ b/manifest.json @@ -9,9 +9,15 @@ "url": "https://framagit.org/kresusapp/kresus", "license": "AGPL-3.0-only", "maintainer": { - "name": "Jean-Baptiste Holcroft", - "email": "jean-baptiste@holcroft.fr" + "name": "Nicolas Frandeboeuf", + "email": "mail@nicofrand.eu" }, + "previous_maintainers": [ + { + "name": "Jean-Baptiste Holcroft", + "email": "jean-baptiste@holcroft.fr" + } + ], "requirements": { "yunohost": ">= 3.6.0" },