lcov: Fix homepage

Lcov moved to GitHub so fix the homepage.

Signed-off-by: Alex Yao <alexyao1@meraki.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alex Yao
2023-04-26 10:07:36 -07:00
committed by Khem Raj
parent 38f13205ea
commit 2e0f267504
+1 -1
View File
@@ -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. \