From 18a627a46ce1a02bea6fcd68384b54d7c6aa69bb Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Fri, 9 May 2025 00:35:13 +0200 Subject: [PATCH] hiawatha: update HOMEPAGE As noted in 11.7 changelog: https://hiawatha.leisink.net/changelog > All references to http://www.hiawatha-webserver.org/ changed to > https://hiawatha.leisink.net/. Signed-off-by: Yoann Congal Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb index 243017d593..169e385da6 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb @@ -1,5 +1,5 @@ SUMMARY = "Lightweight secure web server" -HOMEPAGE = "http://www.hiawatha-webserver.org" +HOMEPAGE = "https://hiawatha.leisink.net/" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "libxml2 libxslt virtual/crypt"