From 6fda5e57ac6c83a2c0f5c0b28886dfaabd952fff Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 15 Oct 2022 14:57:37 +0100 Subject: [PATCH] net-mail/vchkuser: fix ObsoleteUri Signed-off-by: Sam James --- net-mail/vchkuser/vchkuser-0.4-r1.ebuild | 4 ++-- 1 file 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 d243ea0988006..b7a64c31e9639 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"