From 97c3010112788f941aa22dd4b3c3d81ce5dc5731 Mon Sep 17 00:00:00 2001 From: Dani De Leo Date: Mon, 31 Mar 2025 13:40:34 -0400 Subject: [PATCH] Update NGINX repository (#1257) The NGINX source code now lives on GitHub. --- software/nginx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/nginx.yml b/software/nginx.yml index e9096374b3..d2d512e24f 100644 --- a/software/nginx.yml +++ b/software/nginx.yml @@ -1,6 +1,6 @@ -name: "Nginx" +name: "NGINX" website_url: "https://nginx.org/en/" -source_code_url: "https://hg.nginx.org/nginx/file/tip" +source_code_url: "https://github.com/nginx/nginx" description: "HTTP and reverse proxy server, mail proxy server, and generic TCP/UDP proxy server." licenses: - BSD-2-Clause