diff mbox series

[meta-lts-mixins,scarthgap/rust,26/37] libgit2: set correct homepage URL

Message ID 54deb3d307ce3d77a7e3516f554fcc01e744bc74.1789156653.git.scott.murray@konsulko.com
State New
Headers show
Series Update to 1.98.1 | expand

Commit Message

Scott Murray Sept. 11, 2026, 8:13 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

libgit2.github.com no longer resolves, the homepage is now libgit2.org.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(adapted from oe-core commit ed4467f06e069573450c4746c506da40d959bb16)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-support/libgit2/libgit2_1.9.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/libgit2/libgit2_1.9.6.bb b/recipes-support/libgit2/libgit2_1.9.6.bb
index 38a03fb..67322cb 100644
--- a/recipes-support/libgit2/libgit2_1.9.6.bb
+++ b/recipes-support/libgit2/libgit2_1.9.6.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "the Git linkable library"
-HOMEPAGE = "http://libgit2.github.com/"
+HOMEPAGE = "https://libgit2.org/"
 LICENSE = "GPL-2.0-with-GCC-exception & MIT & OpenSSL & BSD-3-Clause & Zlib & ISC & LGPL-2.1-or-later & CC0-1.0 & BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8289345c8713c385f45ec0c6c8a0d080"