aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-04-18 15:04:47 +0000
committerKhem Raj <raj.khem@gmail.com>2024-04-19 14:31:31 -0700
commit5f2f51409e0a68b920d5e8b3569b5554d4bf3b55 (patch)
tree99560bd4b84b5b3e8682e713acb08b51df63f79d
parent37f98cb038567c49f04d114464e56e49b2c96386 (diff)
downloadmeta-openembedded-5f2f51409e0a68b920d5e8b3569b5554d4bf3b55.tar.gz
yajl: set correct homepage
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
index 2a34210f3c..c5b5e60027 100644
--- a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
+++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
@@ -3,7 +3,7 @@ SUMMARY = "Yet Another JSON Library."
DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
written in ANSI C, and a small validating JSON generator."
-HOMEPAGE = "http://lloyd.github.com/yajl/"
+HOMEPAGE = "https://lloyd.github.io/yajl/"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d"