From 1364ed36a73239d1d04082218bee8b4c9531db37 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 8 Aug 2022 01:35:32 +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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 0a496b0..f1f9683 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,8 @@ "license": "AGPL-3.0-only", "website": "https://www.metabase.com/", "admindoc": "https://www.metabase.com/docs/latest/", - "code": "https://github.com/metabase/metabase" + "code": "https://github.com/metabase/metabase", + "cpe": "cpe:2.3:a:metabase:metabase" }, "license": "AGPL-3.0-only", "maintainer": { @@ -29,7 +30,8 @@ "postgres" ], "arguments": { - "install": [{ + "install": [ + { "name": "domain", "type": "domain" }, @@ -44,5 +46,4 @@ } ] } -} - +} \ No newline at end of file