From 863651f460c1126605826121584ffa700d106561 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sat, 27 Aug 2016 21:53:29 +0200 Subject: [PATCH] Adapt manifest to Yunohost 2.4 format --- manifest.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6b51bd9..0988c6f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,16 +1,27 @@ { "name": "Piwigo", "id": "piwigo", + "packaging_format": 1, "description": { "en": "photo gallery", "fr": "Gallerie photo" }, - "developer": { + "url": "http://piwigo.org", + "license": "free", + "maintainer": { "name": "monsieur-a", "email": "simon@monsieur-a.fr", "url": "http://piwigo.org" }, + "requirements": { + "yunohost": ">> 2.4.0" + }, "multi_instance": "true", + "services": [ + "nginx", + "php5-fpm", + "mysql" + ], "arguments": { "install" : [ {