diff --git a/xbps-src/common/fetch_sites.sh b/xbps-src/common/fetch_sites.sh index 294cea67dd..5485e306ca 100644 --- a/xbps-src/common/fetch_sites.sh +++ b/xbps-src/common/fetch_sites.sh @@ -11,7 +11,7 @@ DEBIAN_SITE="http://ftp.debian.org/debian/pool" GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources" KERNEL_SITE="http://www.kernel.org/pub/linux" CPAN_SITE="http://cpan.perl.org/modules/by-module" -MOZILLA_SITE="ftp://ftp.mozilla.org/pub/mozilla.org" +MOZILLA_SITE="http://ftp.mozilla.org/pub/mozilla.org" GNU_SITE="http://mirrors.kernel.org/gnu" FREEDESKTOP_SITE="http://freedesktop.org/software"