1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/metabase_ynh.git synced 2024-09-03 19:46:00 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-08 01:35:32 +02:00 committed by Alexandre Aubin
parent 60cf47a801
commit 1364ed36a7

View file

@ -12,7 +12,8 @@
"license": "AGPL-3.0-only",
"website": "https://www.metabase.com/",
"admindoc": "https://www.metabase.com/docs/latest/",
"code": "https://github.com/metabase/metabase"
"code": "https://github.com/metabase/metabase",
"cpe": "cpe:2.3:a:metabase:metabase"
},
"license": "AGPL-3.0-only",
"maintainer": {
@ -29,7 +30,8 @@
"postgres"
],
"arguments": {
"install": [{
"install": [
{
"name": "domain",
"type": "domain"
},
@ -45,4 +47,3 @@
]
}
}