diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 01:25:37 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:51:58 -0700 |
commit | 17374496b9a1fdb689afe08458f51e009d2ee1fe (patch) | |
tree | b97a76ce56a21b49e492e5e3910e61adde25fd39 | |
parent | net-firewall/pglinux: Restore keywords (diff) | |
download | gentoo-17374496b9a1fdb689afe08458f51e009d2ee1fe.tar.gz gentoo-17374496b9a1fdb689afe08458f51e009d2ee1fe.tar.bz2 gentoo-17374496b9a1fdb689afe08458f51e009d2ee1fe.zip |
app-admin/consul-replicate: remove variables from HOMEPAGE
Also http->https.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r-- | app-admin/consul-replicate/consul-replicate-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild b/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild index d13477938edb..0b1176db1d8e 100644 --- a/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild +++ b/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild @@ -8,7 +8,7 @@ inherit golang-base KEYWORDS="~amd64" DESCRIPTION="Consul cross-DC KV replication daemon" EGO_PN="github.com/hashicorp/${PN}/..." -HOMEPAGE="http://${EGO_PN%/*}" +HOMEPAGE="https://github.com/hashicorp/consul-replicate" LICENSE="MPL-2.0" SLOT="0" IUSE="test" |