From e17f4bee7fa5dc492da5a293811bd3778e3084fd Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:11:25 +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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0f202e6..1aeca97 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,8 @@ "demo": "https://www.dolibarr.org/onlinedemo", "admindoc": "https://www.dolibarr.org/documentation-home", "userdoc": "https://www.dolibarr.org/#features", - "code": "https://github.com/Dolibarr/dolibarr" + "code": "https://github.com/Dolibarr/dolibarr", + "cpe": "cpe:2.3:a:dolibarr:dolibarr" }, "license": "GPL-3.0-or-later", "maintainer": { @@ -31,7 +32,7 @@ "mysql" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -48,4 +49,4 @@ } ] } -} +} \ No newline at end of file