mirror of
https://github.com/YunoHost-Apps/mybb_ynh.git
synced 2024-09-03 19:46:07 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
06acbdb513
commit
2a545bfcb2
1 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,8 @@
|
|||
"website": "https://mybb.com/",
|
||||
"demo": "https://demomybb.tk/",
|
||||
"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",
|
||||
"maintainer": {
|
||||
|
@ -30,7 +31,7 @@
|
|||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
|
@ -48,4 +49,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue