diff mbox series

[meta-oe] tomoyo-tools: Update HOMEPAGE

Message ID 20260723053343.3401956-1-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe] tomoyo-tools: Update HOMEPAGE | expand

Commit Message

Khem Raj July 23, 2026, 5:33 a.m. UTC
https://tomoyo.sourceforge.jp is not accessible anymore

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb
index 2c517547af..5160ac87e5 100644
--- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb
+++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb
@@ -2,7 +2,7 @@  SUMMARY = "TOMOYO Linux tools"
 DESCRIPTION = "TOMOYO Linux is a Mandatory Access Control (MAC) implementation \
 for Linux that can be used to increase the security of a system, while also \
 being useful purely as a system analysis tool."
-HOMEPAGE = "http://tomoyo.sourceforge.jp/"
+HOMEPAGE = "https://tomoyo.sourceforge.net/"
 SECTION = "System Environment/Kernel"

 SRC_URI = "${SOURCEFORGE_MIRROR}/tomoyo/${BP}.tar.gz"