mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
0fc99fb17e
commit
e17f4bee7f
1 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
||||||
"demo": "https://www.dolibarr.org/onlinedemo",
|
"demo": "https://www.dolibarr.org/onlinedemo",
|
||||||
"admindoc": "https://www.dolibarr.org/documentation-home",
|
"admindoc": "https://www.dolibarr.org/documentation-home",
|
||||||
"userdoc": "https://www.dolibarr.org/#features",
|
"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",
|
"license": "GPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
|
Loading…
Reference in a new issue