mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Merge pull request #41 from yunohost-bot/add-cpe
[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
commit
d64c7501f0
1 changed files with 7 additions and 3 deletions
|
@ -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 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue