From 23794fee663231004a7dc77a9ac0057bfebad2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= Date: Tue, 24 Jun 2025 11:09:03 +0200 Subject: [PATCH] package/mupdf: update homepage URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current homepage URL leads to an HTTP 404 error. Fix it by using the homepage URL currently mentioned in mupdf's git repository. Signed-off-by: Raphaël Mélotte Signed-off-by: Julien Olivain (cherry picked from commit d1ea9a64e68960be7737e641c98c6990a06e72c0) Signed-off-by: Thomas Perale --- package/mupdf/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mupdf/Config.in b/package/mupdf/Config.in index 34c5e7d538..5c0a127a90 100644 --- a/package/mupdf/Config.in +++ b/package/mupdf/Config.in @@ -14,7 +14,7 @@ config BR2_PACKAGE_MUPDF help MuPDF is a lightweight PDF, XPS, and E-book viewer. - https://www.mupdf.com/index.html + https://www.mupdf.com/ comment "mupdf needs a toolchain w/ C++, gcc >= 4.9" depends on BR2_TOOLCHAIN_HAS_SYNC_4