diff options
author | Sam James <sam@gentoo.org> | 2022-10-15 14:57:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-15 14:57:37 +0100 |
commit | 6fda5e57ac6c83a2c0f5c0b28886dfaabd952fff (patch) | |
tree | 0f564badb5963374401bd509ba7d925926877668 /net-mail | |
parent | media-video/raspberrypi-omxplayer: fix ObsoleteUri (diff) | |
download | gentoo-6fda5e57ac6c83a2c0f5c0b28886dfaabd952fff.tar.gz gentoo-6fda5e57ac6c83a2c0f5c0b28886dfaabd952fff.tar.bz2 gentoo-6fda5e57ac6c83a2c0f5c0b28886dfaabd952fff.zip |
net-mail/vchkuser: fix ObsoleteUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/vchkuser/vchkuser-0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/vchkuser/vchkuser-0.4-r1.ebuild b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild index d243ea098800..b7a64c31e963 100644 --- a/net-mail/vchkuser/vchkuser-0.4-r1.ebuild +++ b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit autotools qmail DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail" HOMEPAGE="https://github.com/hollow/vchkuser" -SRC_URI="https://github.com/hollow/vchkuser/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/hollow/vchkuser/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |