From add17631bf5fa071a0919e6286e0bbed84aa4717 Mon Sep 17 00:00:00 2001 From: borisv Date: Mon, 3 Aug 2026 14:02:46 +0200 Subject: [PATCH] Update NONGNU_SITE URL fixing broken link NONGNU_SITE has new mirroring mechanics in place which break the existing link. --- common/environment/setup/misc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh index a7760c8692f1cf..bd59326eb7fca6 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -5,7 +5,7 @@ set -a SOURCEFORGE_SITE="https://downloads.sourceforge.net/sourceforge" -NONGNU_SITE="https://download.savannah.nongnu.org/releases" +NONGNU_SITE="https://download-mirrors.savannah.nongnu.org/releases" UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool" XORG_SITE="https://www.x.org/releases/individual" DEBIAN_SITE="https://ftp.debian.org/debian/pool"