Date: Sun, 25 Feb 2024 09:35:56 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 62d396c11563 - main - www/freenginx: set correct URL Message-ID: <202402250935.41P9ZuWQ063827@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=62d396c11563a25a2c0d5d6cd6a8fb7256350821 commit 62d396c11563a25a2c0d5d6cd6a8fb7256350821 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2024-02-25 09:35:10 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2024-02-25 09:35:10 +0000 www/freenginx: set correct URL Sponsored by: Netzkommune GmbH --- www/freenginx/Makefile | 2 +- www/freenginx/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/freenginx/Makefile b/www/freenginx/Makefile index cf0a932189e3..9311dfcdd792 100644 --- a/www/freenginx/Makefile +++ b/www/freenginx/Makefile @@ -9,7 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= joneum@FreeBSD.org COMMENT?= Robust and small WWW server -WWW= https://freenginx.com/ +WWW= https://freenginx.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/www/freenginx/pkg-descr b/www/freenginx/pkg-descr index ab403142dc02..98fb2808f76e 100644 --- a/www/freenginx/pkg-descr +++ b/www/freenginx/pkg-descr @@ -5,4 +5,4 @@ NGINX functionality includes HTTP server, HTTP and mail reverse proxy, caching, load balancing, compression, request throttling, connection multiplexing and reuse, SSL offload and HTTP media streaming. -See also: https://nginx.org/ +See also: https://freenginx.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250935.41P9ZuWQ063827>