From 3d0c412ae99af7ad4e8d10d4fa79f78295b5aca7 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Mon, 8 Aug 2022 11:10:50 +0200 Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?= =?UTF-8?q?eration=20id=20to=20`manifest.json`=20(#80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Yunohost-Bot <> --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6c6b255..46c3d54 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "website": "https://www.navidrome.org", "demo": "https://demo.navidrome.org/app/#/login", "admindoc": "https://www.navidrome.org/docs", - "code": "https://github.com/deluan/navidrome" + "code": "https://github.com/deluan/navidrome", + "cpe": "cpe:2.3:a:navidrome:navidrome" }, "license": "GPL-3.0-only", "maintainer": { @@ -49,4 +50,4 @@ } ] } -} +} \ No newline at end of file