commit:     bc4a70c8763ce75076ce8f7a5ba706cfd6931867
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 13:54:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 13:54:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4a70c8

dev-libs/yajl: fix ObsoleteUri

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/yajl/yajl-2.1.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/yajl/yajl-2.1.0-r3.ebuild 
b/dev-libs/yajl/yajl-2.1.0-r3.ebuild
index bb1ce204cc88..ff3f652ee643 100644
--- a/dev-libs/yajl/yajl-2.1.0-r3.ebuild
+++ b/dev-libs/yajl/yajl-2.1.0-r3.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit cmake-multilib
 
 DESCRIPTION="Small event-driven (SAX-style) JSON parser"
-HOMEPAGE="https://lloyd.github.com/yajl/";
-SRC_URI="https://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"
+HOMEPAGE="https://lloyd.github.com/yajl";
+SRC_URI="https://github.com/lloyd/yajl/archive/${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/lloyd-yajl-66cb08c"
 
 LICENSE="ISC"

Reply via email to