From de96bde96d1b0795e9b67af05fc5b6a41657962c Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:12:18 +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 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9f2fc2d..c44ff5b 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "website": "https://www.galette.eu", "demo": "https://demo.galette.eu/login", "admindoc": "https://doc.galette.eu/fr/master/", - "code": "https://github.com/galette/galette" + "code": "https://github.com/galette/galette", + "cpe": "cpe:2.3:a:galette:galette" }, "license": "GPL-3.0-or-later", "maintainer": { @@ -63,9 +64,12 @@ "ask": { "en": "Choose SQL databe you want" }, - "choices": ["pgsql", "mysql"], + "choices": [ + "pgsql", + "mysql" + ], "default": "pgsql" } ] } -} +} \ No newline at end of file