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

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

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Éric Gaspar 2022-11-01 21:22:57 +01:00 committed by GitHub
commit 190a775352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
},
@ -44,5 +46,4 @@
}
]
}
}
}