Merge pull request #1510 from influxdata/ga-license

Correct license in build/packaging script
pull/1525/head
Gunnar 2017-05-19 15:55:56 -07:00 committed by GitHub
commit 8169c17fbe
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ CONFIGURATION_FILES = [
LOGROTATE_DIR + '/chronograf', LOGROTATE_DIR + '/chronograf',
] ]
PACKAGE_LICENSE = "MIT" PACKAGE_LICENSE = "AGPLv3"
PACKAGE_URL = "https://github.com/influxdata/chronograf" PACKAGE_URL = "https://github.com/influxdata/chronograf"
MAINTAINER = "contact@influxdb.com" MAINTAINER = "contact@influxdb.com"
VENDOR = "InfluxData" VENDOR = "InfluxData"