1
0
Fork 0
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:
Yunohost-Bot 2022-08-08 10:34:35 +02:00 committed by Alexandre Aubin
parent 06acbdb513
commit 2a545bfcb2

View file

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