diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2025-05-09 00:35:13 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-08 18:29:33 -0700 |
commit | 18a627a46ce1a02bea6fcd68384b54d7c6aa69bb (patch) | |
tree | 28805666341e908c9568be3d7ed64c35763090ac | |
parent | 0277e7b9744b54117a8ffd9fc943203ce49518cc (diff) | |
download | meta-openembedded-18a627a46ce1a02bea6fcd68384b54d7c6aa69bb.tar.gz |
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 <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | SUMMARY = "Lightweight secure web server" | 1 | SUMMARY = "Lightweight secure web server" |
2 | HOMEPAGE = "http://www.hiawatha-webserver.org" | 2 | HOMEPAGE = "https://hiawatha.leisink.net/" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
5 | DEPENDS = "libxml2 libxslt virtual/crypt" | 5 | DEPENDS = "libxml2 libxslt virtual/crypt" |