common/environment/fetch/misc.sh: use https for MOZILLA_SITE
Closes #14901. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5f35a45225
commit
31097aca86
|
@ -13,7 +13,7 @@ GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources"
|
|||
KERNEL_SITE="https://www.kernel.org/pub/linux"
|
||||
CPAN_SITE="https://www.cpan.org/modules/by-module"
|
||||
PYPI_SITE="https://files.pythonhosted.org/packages/source"
|
||||
MOZILLA_SITE="http://ftp.mozilla.org/pub"
|
||||
MOZILLA_SITE="https://ftp.mozilla.org/pub"
|
||||
GNU_SITE="http://ftp.gnu.org/gnu"
|
||||
FREEDESKTOP_SITE="https://freedesktop.org/software"
|
||||
KDE_SITE="https://download.kde.org/stable"
|
||||
|
|
Loading…
Reference in New Issue