From 855173facc37d4568bd37aaaf9037e194ec3ca73 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:11:14 +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, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ba750f8..72b9905 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,8 @@ "upstream": { "license": "BSD-3-Clause", "admindoc": "https://github.com/coturn/coturn/wiki", - "code": "https://github.com/coturn/coturn" + "code": "https://github.com/coturn/coturn", + "cpe": "cpe:2.3:a:coturn_project:coturn" }, "license": "BSD-3-Clause", "maintainer": { @@ -22,14 +23,13 @@ "yunohost": ">= 4.3.0" }, "multi_instance": false, - "services": [ - ], + "services": [], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" } ] } -} +} \ No newline at end of file