From 5193b0d7d09ead2a145eb30a2321a7a482959204 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:11:23 +0200 Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?= =?UTF-8?q?eration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 02c097c..123aa0d 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,8 @@ "website": "https://www.dokuwiki.org", "demo": "https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo", "admindoc": "https://www.dokuwiki.org/manual", - "code": "https://github.com/splitbrain/dokuwiki" + "code": "https://github.com/splitbrain/dokuwiki", + "cpe": "cpe:2.3:a:dokuwiki:dokuwiki" }, "license": "GPL-2.0-or-later", "maintainer": { @@ -24,10 +25,11 @@ "email": "gofannon@riseup.net" }, "previous_maintainers": [ - { - "name": "opi", - "email": "opi@zeropi.net" - }], + { + "name": "opi", + "email": "opi@zeropi.net" + } + ], "requirements": { "yunohost": ">= 4.3.0" }, @@ -37,7 +39,7 @@ "php7.3-fpm" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -64,9 +66,12 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["en", "fr"], + "choices": [ + "en", + "fr" + ], "default": "en" } ] } -} +} \ No newline at end of file