From 82ae29b99fd3fb7e2dd3ae27cdad9ffe2c56ef1c Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 8 Aug 2022 10:34:28 +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 9e2ddee..a4a0a48 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,8 @@ "demo": "https://test.mosquitto.org", "admindoc": "https://mosquitto.org/documentation/", "userdoc": "https://yunohost.org/apps", - "code": "https://github.com/eclipse/mosquitto" + "code": "https://github.com/eclipse/mosquitto", + "cpe": "cpe:2.3:a:eclipse:mosquitto" }, "license": "MIT", "maintainer": { @@ -28,7 +29,7 @@ "services": [], "arguments": { "install": [ - { + { "name": "username", "type": "string", "ask": { @@ -49,4 +50,4 @@ } ] } -} +} \ No newline at end of file