summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2020-08-23 18:33:24 -0500
committerWilliam Hubbs <williamh@gentoo.org>2020-08-23 18:35:11 -0500
commite8aeb7dbdd7d3d8029a456dba4c367284258b772 (patch)
treef1a74e726d92b852b46d38dde7b1c8145e3d824f /sys-auth/docker_auth
parentnet-analyzer/nessus-agent-bin: bump to 8.0.0 (diff)
downloadgentoo-e8aeb7dbdd7d3d8029a456dba4c367284258b772.tar.gz
gentoo-e8aeb7dbdd7d3d8029a456dba4c367284258b772.tar.bz2
gentoo-e8aeb7dbdd7d3d8029a456dba4c367284258b772.zip
sys-auth/docker_auth: typo fix
Closes: https://bugs.gentoo.org/732524 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-auth/docker_auth')
-rw-r--r--sys-auth/docker_auth/docker_auth-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/docker_auth/docker_auth-1.5.0.ebuild b/sys-auth/docker_auth/docker_auth-1.5.0.ebuild
index 7eb029ff3366..2f86764e689d 100644
--- a/sys-auth/docker_auth/docker_auth-1.5.0.ebuild
+++ b/sys-auth/docker_auth/docker_auth-1.5.0.ebuild
@@ -185,7 +185,7 @@ EGO_SUM=(
"rsc.io/binaryregexp v0.2.0/go.mod"
)
go-module_set_globals
-SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+SRC_URI="https://github.com/cesanta/docker_auth/archive/${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT ZLIB"