From 4b129e6a221d1f273d47625c95a914d9d50b9781 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 8 Aug 2022 01:35:35 +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 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 77673fc..4fd633f 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,8 @@ "upstream": { "license": "MIT", "website": "http://www.minetest.net", - "code": "https://github.com/minetest/minetest" + "code": "https://github.com/minetest/minetest", + "cpe": "cpe:2.3:a:minetest:minetest" }, "license": "MIT", "maintainer": { @@ -43,7 +44,10 @@ "en": "Choose a game for your server", "fr": "Choissisez un jeu pour votre serveur" }, - "choises": ["minetest_game", "capturetheflag"], + "choises": [ + "minetest_game", + "capturetheflag" + ], "default": "minetest_game", "hint": "Minetest_game is the minetest default game. / Capture The Flag player vs player game." }, @@ -85,4 +89,4 @@ } ] } -} +} \ No newline at end of file