From c7ba48cdb7848b697ef1bfe1b6089d81ec5f97a4 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 28 Jan 2016 19:03:31 +0100 Subject: [PATCH] Update manifest with latest rules. --- manifest.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 98a5b23..ace2ce1 100644 --- a/manifest.json +++ b/manifest.json @@ -5,12 +5,17 @@ "en": "A fast and light blog/CMS with XML", "fr": "Blog ou CMS à l'Xml, rapide et léger" }, - "developer": { + "url": "http://www.pluxml.org/", + "license": "free", + "maintainer": { "name": "matlink", - "email": "matlink@matlink.fr", - "url": "" + "email": "matlink@matlink.fr" }, "multi_instance": "true", + "services": [ + "nginx", + "php5-fpm" + ], "arguments": { "install" : [ { @@ -68,8 +73,6 @@ "choices": ["de","en","es","fr","it","nl","pl","pt","po","ro","ru"], "default": "en" } - - ] } }