From 2ef5d205b59176533ef1537e6a15055e261cff8c Mon Sep 17 00:00:00 2001 From: Galette Date: Tue, 22 Feb 2022 14:12:51 +0100 Subject: [PATCH] change the manifest --- manifest.json | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/manifest.json b/manifest.json index 30cb9f5..3825fb6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,14 +3,14 @@ "id": "samba", "packaging_format": 1, "description": { - "en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", - "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" + "en": "", + "fr": "Un apllication pour partage des dossiers sur un reseaux privé via le protocole SMB" }, - "version": "1.0~ynh1", - "url": "https://example.com", + "version": "4.9.5~ynh1", + "url": "https://www.samba.org/", "upstream": { "license": "free", - "website": "https://example.com", + "website": "https://www.samba.org/", "demo": "https://demo.example.com", "admindoc": "https://yunohost.org/packaging_apps", "userdoc": "https://yunohost.org/apps", @@ -18,22 +18,16 @@ }, "license": "free", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "Galette", + "email": "" }, "requirements": { "yunohost": ">= 4.3.0" }, - "multi_instance": true, - "services": [ - "nginx" - ], + "multi_instance": false, + "services": [], "arguments": { "install" : [ - { - "name": "domain", - "type": "domain" - } ] } }