diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 08:33:19 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:43 +0200 |
commit | 1e2264f46b46cf5c90ad42069072fccb78f5e5c8 (patch) | |
tree | 808a59d1fb665fc9023acb486312f2ae3766b754 | |
parent | app-emulation/umoci: use https for GitHub (diff) | |
download | gentoo-1e2264f46b46cf5c90ad42069072fccb78f5e5c8.tar.gz gentoo-1e2264f46b46cf5c90ad42069072fccb78f5e5c8.tar.bz2 gentoo-1e2264f46b46cf5c90ad42069072fccb78f5e5c8.zip |
app-emulation/docker-proxy: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild index 17a0c263150a..3df01103346e 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild @@ -14,7 +14,7 @@ else fi DESCRIPTION="Docker container networking" -HOMEPAGE="http://github.com/docker/libnetwork" +HOMEPAGE="https://github.com/docker/libnetwork" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-emulation/docker-proxy/docker-proxy-9999.ebuild b/app-emulation/docker-proxy/docker-proxy-9999.ebuild index d759e8814953..e7cea4d03b24 100644 --- a/app-emulation/docker-proxy/docker-proxy-9999.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ else fi DESCRIPTION="Docker container networking" -HOMEPAGE="http://github.com/docker/libnetwork" +HOMEPAGE="https://github.com/docker/libnetwork" LICENSE="Apache-2.0" SLOT="0" |