mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[packages] Add url, maintainer, vendor, license metadata
This commit is contained in:
parent
67ae1541ec
commit
41d3333316
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ module.exports = function (grunt) {
|
|||
'--name', 'kibana',
|
||||
'--description', 'Explore\ and\ visualize\ your\ Elasticsearch\ data.',
|
||||
'--version', version,
|
||||
'--url', 'https://elastic.co',
|
||||
'--vendor', 'Elasticsearch,\ Inc.',
|
||||
'--maintainer', 'Kibana Team\ \<info@elastic.co\>',
|
||||
'--license', 'Apache\ 2.0',
|
||||
'--after-install', resolve(userScriptsDir, 'installer.sh'),
|
||||
'--after-remove', resolve(userScriptsDir, 'remover.sh'),
|
||||
'--config-files', '/opt/kibana/config/kibana.yml'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue