summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2021-12-19 15:34:54 -0600
committerWilliam Hubbs <williamh@gentoo.org>2021-12-19 15:34:59 -0600
commitc8a1418a017185e4ddf09289c9e062ac437ef3f3 (patch)
treefdc2c2034ffc728298b6ffe4ca9980979a890ed6 /app-containers/docker-proxy
parentapp-admin/op-cli-bin: 1.12.3 bump (diff)
downloadgentoo-c8a1418a017185e4ddf09289c9e062ac437ef3f3.tar.gz
gentoo-c8a1418a017185e4ddf09289c9e062ac437ef3f3.tar.bz2
gentoo-c8a1418a017185e4ddf09289c9e062ac437ef3f3.zip
app-containers/docker-proxy: fix home page
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-containers/docker-proxy')
-rw-r--r--app-containers/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild b/app-containers/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild
index aff3fde4d8a1..57fce8c5cedb 100644
--- a/app-containers/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild
+++ b/app-containers/docker-proxy/docker-proxy-0.8.0_p20210525.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then
inherit golang-vcs
else
EGIT_COMMIT=64b7a4574d1426139437d20e81c0b6d391130ec8
- SRC_URI="https://github.com/docker/libnetwork/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/moby/libnetwork/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86"
inherit golang-vcs-snapshot
fi