From 2ab3fa8485f568cccd05f6e05aba47487b0696d0 Mon Sep 17 00:00:00 2001 From: Biette Lahire Date: Sat, 4 Jun 2016 14:13:33 +0200 Subject: [PATCH] update manifest.json to yunohost's standard --- manifest.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 166dcbd..ceac367 100644 --- a/manifest.json +++ b/manifest.json @@ -1,16 +1,24 @@ { "name": "Syncthing", - "id": "syncthing", + "id": "syncthing",, + "packaging_format": 1, "description": { "en": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.", "fr": "Syncthing remplace les services propriétaires de synchro et de cloud avec quelque chose d'ouvert, digne de confiance et décentralisée." }, "url": "https://syncthing.net/", + "license": "free", "maintainer": { "name": "txmrl", "email": "txmrl@txmrl.net" }, - "multi_instance": "false", + "requirements": { + "yunohost": ">= 2.4.0" + }, + "multi_instance": false, + "services": [ + "nginx" + ], "arguments": { "install": [ {