diff mbox series

[meta-oe] lcov: Fix homepage

Message ID 20230426170736.32691-1-alexyao1@meraki.com
State Under Review
Headers show
Series [meta-oe] lcov: Fix homepage | expand

Commit Message

alexyao1@meraki.com April 26, 2023, 5:07 p.m. UTC
From: Alex Yao <alexyao1@meraki.com>

Lcov moved to GitHub so fix the homepage.

Signed-off-by: Alex Yao <alexyao1@meraki.com>
---
 meta-oe/recipes-support/lcov/lcov_1.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/lcov/lcov_1.16.bb b/meta-oe/recipes-support/lcov/lcov_1.16.bb
index 6b9e050f0f..22d68814ee 100755
--- a/meta-oe/recipes-support/lcov/lcov_1.16.bb
+++ b/meta-oe/recipes-support/lcov/lcov_1.16.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "A graphical front-end for gcov"
-HOMEPAGE = "http://ltp.sourceforge.net/coverage/lcov.php"
+HOMEPAGE = "https://github.com/linux-test-project/lcov"
 DESCRIPTION = "LCOV is a graphical front-end for GCC's coverage testing \
 tool gcov. It collects gcov data for multiple source files and creates \
 HTML pages containing the source code annotated with coverage information. \