From a74d28af6c7442b8557db7559832a80834c0ff83 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:11:16 +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 38a536f..9802b5d 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "website": "https://couchdb.apache.org/", "admindoc": "https://docs.couchdb.org/en/stable/", "userdoc": "https://yunohost.org/apps", - "code": "https://github.com/apache/couchdb" + "code": "https://github.com/apache/couchdb", + "cpe": "cpe:2.3:a:apache:couchdb" }, "license": "Apache-2.0", "maintainer": { @@ -29,7 +30,7 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -51,4 +52,4 @@ } ] } -} +} \ No newline at end of file