diff options
author | William Hubbs <williamh@gentoo.org> | 2020-08-23 18:33:24 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-08-23 18:35:11 -0500 |
commit | e8aeb7dbdd7d3d8029a456dba4c367284258b772 (patch) | |
tree | f1a74e726d92b852b46d38dde7b1c8145e3d824f /sys-auth | |
parent | net-analyzer/nessus-agent-bin: bump to 8.0.0 (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-auth/docker_auth/docker_auth-1.5.0.ebuild | 2 |
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" |