From 9c3252976fc35922b2b9cf9f96ea591dcd2cfc47 Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 16 Aug 2024 10:50:27 +0200 Subject: [PATCH] common/environment/setup/misc.sh: set FREEDESKTOP_SITE to www.freedesktop.org. --- 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 3f2cc09461d..a7760c8692f 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -15,7 +15,7 @@ CPAN_SITE="https://www.cpan.org/modules/by-module" PYPI_SITE="https://files.pythonhosted.org/packages/source" MOZILLA_SITE="https://ftp.mozilla.org/pub" GNU_SITE="https://ftp.gnu.org/gnu" -FREEDESKTOP_SITE="https://freedesktop.org/software" +FREEDESKTOP_SITE="https://www.freedesktop.org/software" KDE_SITE="https://download.kde.org/stable" VIDEOLAN_SITE="https://download.videolan.org/pub/videolan"