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