mirror of
https://github.com/YunoHost-Apps/couchdb_ynh.git
synced 2024-09-03 18:16:11 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
0e91958cfd
commit
a74d28af6c
1 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,8 @@
|
||||||
"website": "https://couchdb.apache.org/",
|
"website": "https://couchdb.apache.org/",
|
||||||
"admindoc": "https://docs.couchdb.org/en/stable/",
|
"admindoc": "https://docs.couchdb.org/en/stable/",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
"userdoc": "https://yunohost.org/apps",
|
||||||
"code": "https://github.com/apache/couchdb"
|
"code": "https://github.com/apache/couchdb",
|
||||||
|
"cpe": "cpe:2.3:a:apache:couchdb"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -51,4 +52,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue