1
0
Fork 0
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:
Yunohost-Bot 2022-08-07 20:11:16 +02:00 committed by Alexandre Aubin
parent 0e91958cfd
commit a74d28af6c

View file

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