From c1cba1fe7becae518fc0beb317eaaf4f8965ec7f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:24:36 +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 de065cf..9bf596c 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "website": "https://jitsi.org/", "demo": "https://meet.jit.si/", "userdoc": "https://jitsi.org/user-faq/", - "code": "https://github.com/jitsi/jitsi-meet" + "code": "https://github.com/jitsi/jitsi-meet", + "cpe": "cpe:2.3:a:jitsi:jitsi" }, "license": "Apache-2.0", "maintainer": { @@ -21,8 +22,8 @@ }, "previous_maintainers": [ { - "name": "ju", - "email": "julien.malik@paraiso.me" + "name": "ju", + "email": "julien.malik@paraiso.me" } ], "requirements": { @@ -40,4 +41,4 @@ } ] } -} +} \ No newline at end of file