From bf3d105b6b13a7fef68e46ac9213c63a7d02b2c6 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 8 Aug 2022 01:35:44 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 69e68fb..72b6367 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,8 @@ "upstream": { "license": "AGPL-3.0", "website": "https://misskey-hub.net/", - "code": "https://github.com/misskey-dev/misskey" + "code": "https://github.com/misskey-dev/misskey", + "cpe": "cpe:2.3:a:misskey:misskey" }, "license": "AGPL-3.0", "maintainer": { @@ -41,4 +42,4 @@ } ] } -} +} \ No newline at end of file