diff mbox series

[meta-webserver] ][PATCH 1/2] hiawatha: update HOMEPAGE

Message ID 20250508223514.999569-1-yoann.congal@smile.fr
State Under Review
Headers show
Series [meta-webserver] ][PATCH 1/2] hiawatha: update HOMEPAGE | expand

Commit Message

Yoann Congal May 8, 2025, 10:35 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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 <yoann.congal@smile.fr>
---
 meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"