mirror of
https://github.com/YunoHost-Apps/mybb_ynh.git
synced 2024-09-03 19:46:07 +02:00
Merge pull request #6 from yunohost-bot/add-cpe
[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
commit
8b95ca562f
1 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,8 @@
|
||||||
"website": "https://mybb.com/",
|
"website": "https://mybb.com/",
|
||||||
"demo": "https://demomybb.tk/",
|
"demo": "https://demomybb.tk/",
|
||||||
"admindoc": "https://docs.mybb.com/1.8/administration/",
|
"admindoc": "https://docs.mybb.com/1.8/administration/",
|
||||||
"code": "https://github.com/mybb/mybb"
|
"code": "https://github.com/mybb/mybb",
|
||||||
|
"cpe": "cpe:2.3:a:mybb:mybb"
|
||||||
},
|
},
|
||||||
"license": "LGPL-3.0-only",
|
"license": "LGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -30,7 +31,7 @@
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -48,4 +49,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue