From bb7ace492a7260195949d97c5145b6ac22414894 Mon Sep 17 00:00:00 2001 From: ljf Date: Sun, 27 May 2018 17:05:33 +0200 Subject: [PATCH] [fix] Linter manifest --- manifest.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index de8175a..24cc835 100644 --- a/manifest.json +++ b/manifest.json @@ -1,16 +1,27 @@ { "name": "EtherCalc", "id": "ethercalc", + "packaging_format": 1, + "version": "0.20170704.0~ynh1", "description": { "en": "Online web spreadsheet editor providing collaborative editing in really real-time", "fr": "Feuille de calcul collaborative en ligne" }, - "developer": { - "name": "zamentur", - "email": "valentin@grimaud.me", - "url": "https://ethercalc.net/" + "license": "CPAL-1.0&Artistic-2.0", + "maintainer": { + "name": "ljf", + "email": "ljf+ethercalc_ynh@reflexlibre.net", + "url": "https://reflexlibre.net" }, - "multi_instance": "false", + "multi_instance": false, + "url": "https://https://ethercalc.net/", + "requirements": { + "yunohost": ">= 2.7.2" + }, + "services": [ + "nginx", + "redis-server" + ], "arguments": { "install" : [ {