diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 01:29:13 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:51:59 -0700 |
commit | 0031f5501878a0c69568a0ffd7437a05aac65b44 (patch) | |
tree | ae9a371c178edaee071bb24b25cdc3e3e3b89420 /app-emulation/docker-machine-kvm | |
parent | 1c731e3decd750885495cf169dc89b7a9e0441ea (diff) | |
download | gentoo-0031f5501878a0c69568a0ffd7437a05aac65b44.tar.gz gentoo-0031f5501878a0c69568a0ffd7437a05aac65b44.tar.xz |
app-emulation/docker-machine-kvm: remove variables from HOMEPAGE
Also http->https.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-emulation/docker-machine-kvm')
-rw-r--r-- | app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild index aee05fbbade..b9a0908fcb3 100644 --- a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild +++ b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.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 @@ -14,7 +14,7 @@ inherit golang-build golang-vcs-snapshot KEYWORDS="~amd64" DESCRIPTION="KVM driver for docker-machine" -HOMEPAGE="http://${EGO_PN}" +HOMEPAGE="https://github.com/dhiltgen/docker-machine-kvm" LICENSE="Apache-2.0" SLOT="0" IUSE="" |