diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-20 19:57:04 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-20 19:58:40 -0700 |
commit | c6d5847da610d57eaf88eea759dd174857cdacc8 (patch) | |
tree | 4eab0cd7b9ad9ca000939343a1cbe72260c80363 /app-metrics | |
parent | dev-tcltk/expect: arm64 stable (bug #694622) (diff) | |
download | gentoo-c6d5847da610d57eaf88eea759dd174857cdacc8.tar.gz gentoo-c6d5847da610d57eaf88eea759dd174857cdacc8.tar.bz2 gentoo-c6d5847da610d57eaf88eea759dd174857cdacc8.zip |
app-metrics/redis_exporter: LICENSE: account for vendored software
Reported-by: Michał Górny <mgorny@gentoo.org>
Closes: https://bugs.gentoo.org/695220
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/redis_exporter/redis_exporter-0.20.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-metrics/redis_exporter/redis_exporter-0.20.2.ebuild b/app-metrics/redis_exporter/redis_exporter-0.20.2.ebuild index e6d81a4c74df..09e357fdf37f 100644 --- a/app-metrics/redis_exporter/redis_exporter-0.20.2.ebuild +++ b/app-metrics/redis_exporter/redis_exporter-0.20.2.ebuild @@ -12,7 +12,7 @@ KEYWORDS="~amd64" DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x" HOMEPAGE="https://github.com/oliver006/redis_exporter" SRC_URI="${ARCHIVE_URI}" -LICENSE="MIT" +LICENSE="MIT Apache-2.0 BSD" SLOT="0" IUSE="" |