1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Merge pull request #82 from yunohost-bot/add-cpe

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
mastereur 2022-08-08 11:40:42 +02:00 committed by GitHub
commit fab320d1e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@
"demo": "https://www.dolibarr.org/onlinedemo",
"admindoc": "https://www.dolibarr.org/documentation-home",
"userdoc": "https://www.dolibarr.org/#features",
"code": "https://github.com/Dolibarr/dolibarr"
"code": "https://github.com/Dolibarr/dolibarr",
"cpe": "cpe:2.3:a:dolibarr:dolibarr"
},
"license": "GPL-3.0-or-later",
"maintainer": {
@ -31,7 +32,7 @@
"mysql"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"
@ -48,4 +49,4 @@
}
]
}
}
}