1
0
Fork 0
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:
Éric Gaspar 2022-08-08 11:11:07 +02:00 committed by GitHub
commit 8b95ca562f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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