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:
commit
190a775352
1 changed files with 5 additions and 4 deletions
|
@ -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 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue