diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-07 12:33:48 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-05-07 10:12:41 -0700 |
commit | 1c958b4f804001add12b2dec14ac405a902c53c2 (patch) | |
tree | a78d23a4bfb08b45f56a0d139eea1df121d52c99 /app-admin/consul | |
parent | kde-plasma/kwallet-pam: Cleanup vulnerable (diff) | |
download | gentoo-1c958b4f804001add12b2dec14ac405a902c53c2.tar.gz gentoo-1c958b4f804001add12b2dec14ac405a902c53c2.tar.bz2 gentoo-1c958b4f804001add12b2dec14ac405a902c53c2.zip |
app-admin/consul: use HTTPS for HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/8295
Diffstat (limited to 'app-admin/consul')
-rw-r--r-- | app-admin/consul/consul-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | app-admin/consul/consul-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-admin/consul/consul-1.0.6.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/consul/consul-0.9.3.ebuild b/app-admin/consul/consul-0.9.3.ebuild index 73999db91a27..05b4622df94f 100644 --- a/app-admin/consul/consul-0.9.3.ebuild +++ b/app-admin/consul/consul-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit golang-vcs-snapshot systemd user KEYWORDS="~amd64" EGO_PN="github.com/hashicorp/consul" DESCRIPTION="A tool for service discovery, monitoring and configuration" -HOMEPAGE="http://www.consul.io" +HOMEPAGE="https://www.consul.io" SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" diff --git a/app-admin/consul/consul-1.0.0.ebuild b/app-admin/consul/consul-1.0.0.ebuild index 73999db91a27..05b4622df94f 100644 --- a/app-admin/consul/consul-1.0.0.ebuild +++ b/app-admin/consul/consul-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit golang-vcs-snapshot systemd user KEYWORDS="~amd64" EGO_PN="github.com/hashicorp/consul" DESCRIPTION="A tool for service discovery, monitoring and configuration" -HOMEPAGE="http://www.consul.io" +HOMEPAGE="https://www.consul.io" SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" diff --git a/app-admin/consul/consul-1.0.6.ebuild b/app-admin/consul/consul-1.0.6.ebuild index 46b00a5d17b5..05b4622df94f 100644 --- a/app-admin/consul/consul-1.0.6.ebuild +++ b/app-admin/consul/consul-1.0.6.ebuild @@ -8,7 +8,7 @@ inherit golang-vcs-snapshot systemd user KEYWORDS="~amd64" EGO_PN="github.com/hashicorp/consul" DESCRIPTION="A tool for service discovery, monitoring and configuration" -HOMEPAGE="http://www.consul.io" +HOMEPAGE="https://www.consul.io" SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" |