1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-08 01:35:35 +02:00 committed by Alexandre Aubin
parent 7502e8155e
commit 4b129e6a22

View file

@ -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 @@
}
]
}
}
}