From 83909fc6b9544dff76b95e650f8c535fcb592736 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Aug 2017 17:26:24 +0200 Subject: [PATCH] common/environment/setup/misc.sh: set CPAN_SITE to www.cpan.org. cpan.perl.org is currently broken. --- 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 5a051d73ca..75eee30870 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -11,7 +11,7 @@ XORG_SITE="https://www.x.org/releases/individual" DEBIAN_SITE="http://ftp.debian.org/debian/pool" GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources" KERNEL_SITE="https://www.kernel.org/pub/linux" -CPAN_SITE="http://cpan.perl.org/modules/by-module" +CPAN_SITE="https://www.cpan.org/modules/by-module" PYPI_SITE="https://files.pythonhosted.org/packages/source" MOZILLA_SITE="http://ftp.mozilla.org/pub" GNU_SITE="http://ftp.gnu.org/gnu"