mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
mirrors: use HTTPS where available
This commit is contained in:
parent
246d34d57a
commit
1b78d3720c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Content-addressable Nix mirrors.
|
# Content-addressable Nix mirrors.
|
||||||
hashedMirrors = [
|
hashedMirrors = [
|
||||||
"http://tarballs.nixos.org"
|
"https://tarballs.nixos.org"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Mirrors for mirror://site/filename URIs, where "site" is
|
# Mirrors for mirror://site/filename URIs, where "site" is
|
||||||
@ -11,7 +11,7 @@
|
|||||||
luarocks = [
|
luarocks = [
|
||||||
"https://luarocks.org/"
|
"https://luarocks.org/"
|
||||||
"https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/"
|
"https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/"
|
||||||
"http://luafr.org/moonrocks/"
|
"https://luafr.org/moonrocks/"
|
||||||
"http://luarocks.logiceditor.com/rocks/"
|
"http://luarocks.logiceditor.com/rocks/"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -41,21 +41,21 @@
|
|||||||
# mirror.
|
# mirror.
|
||||||
"https://ftpmirror.gnu.org/"
|
"https://ftpmirror.gnu.org/"
|
||||||
|
|
||||||
"http://ftp.nluug.nl/pub/gnu/"
|
"https://ftp.nluug.nl/pub/gnu/"
|
||||||
"http://mirrors.kernel.org/gnu/"
|
"https://mirrors.kernel.org/gnu/"
|
||||||
"http://mirror.ibcp.fr/pub/gnu/"
|
"https://mirror.ibcp.fr/pub/gnu/"
|
||||||
"http://mirror.dogado.de/gnu/"
|
"https://mirror.dogado.de/gnu/"
|
||||||
"http://mirror.tochlab.net/pub/gnu/"
|
"https://mirror.tochlab.net/pub/gnu/"
|
||||||
"ftp://ftp.funet.fi/pub/mirrors/ftp.gnu.org/gnu/"
|
"ftp://ftp.funet.fi/pub/mirrors/ftp.gnu.org/gnu/"
|
||||||
|
|
||||||
# This one is the master repository, and thus it's always up-to-date.
|
# This one is the master repository, and thus it's always up-to-date.
|
||||||
"http://ftp.gnu.org/pub/gnu/"
|
"https://ftp.gnu.org/pub/gnu/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# GCC.
|
# GCC.
|
||||||
gcc = [
|
gcc = [
|
||||||
"https://bigsearcher.com/mirrors/gcc/"
|
"https://bigsearcher.com/mirrors/gcc/"
|
||||||
"http://mirror.koddos.net/gcc/"
|
"https://mirror.koddos.net/gcc/"
|
||||||
"ftp://ftp.nluug.nl/mirror/languages/gcc/"
|
"ftp://ftp.nluug.nl/mirror/languages/gcc/"
|
||||||
"ftp://ftp.fu-berlin.de/unix/languages/gcc/"
|
"ftp://ftp.fu-berlin.de/unix/languages/gcc/"
|
||||||
"ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/"
|
"ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/"
|
||||||
@ -66,14 +66,14 @@
|
|||||||
gnupg = [
|
gnupg = [
|
||||||
"https://gnupg.org/ftp/gcrypt/"
|
"https://gnupg.org/ftp/gcrypt/"
|
||||||
"http://www.ring.gr.jp/pub/net/"
|
"http://www.ring.gr.jp/pub/net/"
|
||||||
"http://mirrors.dotsrc.org/gcrypt/"
|
"https://mirrors.dotsrc.org/gcrypt/"
|
||||||
"http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/"
|
"https://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/"
|
||||||
"http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/"
|
"https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# kernel.org's /pub (/pub/{linux,software}) tree.
|
# kernel.org's /pub (/pub/{linux,software}) tree.
|
||||||
kernel = [
|
kernel = [
|
||||||
"http://cdn.kernel.org/pub/"
|
"https://cdn.kernel.org/pub/"
|
||||||
"http://linux-kernel.uio.no/pub/"
|
"http://linux-kernel.uio.no/pub/"
|
||||||
"ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/"
|
"ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/"
|
||||||
];
|
];
|
||||||
@ -83,32 +83,32 @@
|
|||||||
"https://download.kde.org/download.php?url="
|
"https://download.kde.org/download.php?url="
|
||||||
"https://ftp.gwdg.de/pub/linux/kde/"
|
"https://ftp.gwdg.de/pub/linux/kde/"
|
||||||
"https://mirrors.ocf.berkeley.edu/kde/"
|
"https://mirrors.ocf.berkeley.edu/kde/"
|
||||||
"http://mirrors.mit.edu/kde/"
|
"https://mirrors.mit.edu/kde/"
|
||||||
"https://mirrors.ustc.edu.cn/kde/"
|
"https://mirrors.ustc.edu.cn/kde/"
|
||||||
"http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/"
|
"https://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Gentoo files.
|
# Gentoo files.
|
||||||
gentoo = [
|
gentoo = [
|
||||||
"http://ftp.snt.utwente.nl/pub/os/linux/gentoo/"
|
"https://ftp.snt.utwente.nl/pub/os/linux/gentoo/"
|
||||||
"http://distfiles.gentoo.org/"
|
"https://distfiles.gentoo.org/"
|
||||||
"ftp://mirrors.kernel.org/gentoo/"
|
"https://mirrors.kernel.org/gentoo/"
|
||||||
];
|
];
|
||||||
|
|
||||||
savannah = [
|
savannah = [
|
||||||
# Mirrors from https://download-mirror.savannah.gnu.org/releases/00_MIRRORS.html
|
# Mirrors from https://download-mirror.savannah.gnu.org/releases/00_MIRRORS.html
|
||||||
"http://mirror.easyname.at/nongnu/"
|
"https://mirror.easyname.at/nongnu/"
|
||||||
"http://mirror2.klaus-uwe.me/nongnu/"
|
"http://mirror2.klaus-uwe.me/nongnu/"
|
||||||
"http://savannah.c3sl.ufpr.br/"
|
"https://savannah.c3sl.ufpr.br/"
|
||||||
"http://mirror.csclub.uwaterloo.ca/nongnu/"
|
"https://mirror.csclub.uwaterloo.ca/nongnu/"
|
||||||
"http://mirror.cedia.org.ec/nongnu/"
|
"https://mirror.cedia.org.ec/nongnu/"
|
||||||
"http://ftp.igh.cnrs.fr/pub/nongnu/"
|
"https://ftp.igh.cnrs.fr/pub/nongnu/"
|
||||||
"http://mirror6.layerjet.com/nongnu"
|
"https://mirror6.layerjet.com/nongnu"
|
||||||
"http://mirror.netcologne.de/savannah/"
|
"https://mirror.netcologne.de/savannah/"
|
||||||
"http://ftp.cc.uoc.gr/mirrors/nongnu.org/"
|
"https://ftp.cc.uoc.gr/mirrors/nongnu.org/"
|
||||||
"http://nongnu.uib.no/"
|
"https://nongnu.uib.no/"
|
||||||
"http://mirrors.fe.up.pt/pub/nongnu/"
|
"http://mirrors.fe.up.pt/pub/nongnu/"
|
||||||
"http://ftp.acc.umu.se/mirror/gnu.org/savannah/"
|
"https://ftp.acc.umu.se/mirror/gnu.org/savannah/"
|
||||||
"http://ftp.twaren.net/Unix/NonGNU/"
|
"http://ftp.twaren.net/Unix/NonGNU/"
|
||||||
"http://savannah-nongnu-org.ip-connect.vn.ua/"
|
"http://savannah-nongnu-org.ip-connect.vn.ua/"
|
||||||
"http://www.mirrorservice.org/sites/download.savannah.gnu.org/releases/"
|
"http://www.mirrorservice.org/sites/download.savannah.gnu.org/releases/"
|
||||||
@ -132,8 +132,8 @@
|
|||||||
|
|
||||||
# BitlBee mirrors, see https://www.bitlbee.org/main.php/mirrors.html .
|
# BitlBee mirrors, see https://www.bitlbee.org/main.php/mirrors.html .
|
||||||
bitlbee = [
|
bitlbee = [
|
||||||
"http://get.bitlbee.org/"
|
"https://get.bitlbee.org/"
|
||||||
"http://ftp.snt.utwente.nl/pub/software/bitlbee/"
|
"https://ftp.snt.utwente.nl/pub/software/bitlbee/"
|
||||||
"http://bitlbee.intergenia.de/"
|
"http://bitlbee.intergenia.de/"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -150,17 +150,17 @@
|
|||||||
cpan = [
|
cpan = [
|
||||||
"https://cpan.metacpan.org/"
|
"https://cpan.metacpan.org/"
|
||||||
"https://cpan.perl.org/"
|
"https://cpan.perl.org/"
|
||||||
"http://backpan.perl.org/" # for old releases
|
"https://backpan.perl.org/" # for old releases
|
||||||
];
|
];
|
||||||
|
|
||||||
# CentOS.
|
# CentOS.
|
||||||
centos = [
|
centos = [
|
||||||
"http://mirror.centos.org/centos/"
|
"http://mirror.centos.org/centos/"
|
||||||
# For old releases
|
# For old releases
|
||||||
"http://vault.centos.org/"
|
"https://vault.centos.org/"
|
||||||
"https://archive.kernel.org/centos-vault/"
|
"https://archive.kernel.org/centos-vault/"
|
||||||
"http://ftp.jaist.ac.jp/pub/Linux/CentOS-vault/"
|
"https://ftp.jaist.ac.jp/pub/Linux/CentOS-vault/"
|
||||||
"http://mirrors.aliyun.com/centos-vault/"
|
"https://mirrors.aliyun.com/centos-vault/"
|
||||||
"https://mirror.chpc.utah.edu/pub/vault.centos.org/"
|
"https://mirror.chpc.utah.edu/pub/vault.centos.org/"
|
||||||
"https://mirror.math.princeton.edu/pub/centos-vault/"
|
"https://mirror.math.princeton.edu/pub/centos-vault/"
|
||||||
"https://mirrors.tripadvisor.com/centos-vault/"
|
"https://mirrors.tripadvisor.com/centos-vault/"
|
||||||
@ -168,66 +168,66 @@
|
|||||||
|
|
||||||
# Debian.
|
# Debian.
|
||||||
debian = [
|
debian = [
|
||||||
"http://httpredir.debian.org/debian/"
|
"https://httpredir.debian.org/debian/"
|
||||||
"ftp://ftp.de.debian.org/debian/"
|
"ftp://ftp.de.debian.org/debian/"
|
||||||
"ftp://ftp.fr.debian.org/debian/"
|
"ftp://ftp.fr.debian.org/debian/"
|
||||||
"ftp://ftp.nl.debian.org/debian/"
|
"ftp://ftp.nl.debian.org/debian/"
|
||||||
"ftp://ftp.ru.debian.org/debian/"
|
"ftp://ftp.ru.debian.org/debian/"
|
||||||
"http://ftp.debian.org/debian/"
|
"https://ftp.debian.org/debian/"
|
||||||
"http://archive.debian.org/debian-archive/debian/"
|
"http://archive.debian.org/debian-archive/debian/"
|
||||||
"ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/"
|
"ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ubuntu.
|
# Ubuntu.
|
||||||
ubuntu = [
|
ubuntu = [
|
||||||
"http://nl.archive.ubuntu.com/ubuntu/"
|
"https://nl.archive.ubuntu.com/ubuntu/"
|
||||||
"http://de.archive.ubuntu.com/ubuntu/"
|
"http://de.archive.ubuntu.com/ubuntu/"
|
||||||
"http://archive.ubuntu.com/ubuntu/"
|
"http://archive.ubuntu.com/ubuntu/"
|
||||||
"http://old-releases.ubuntu.com/ubuntu/"
|
"https://old-releases.ubuntu.com/ubuntu/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fedora (please only add full mirrors that carry old Fedora distributions as well).
|
# Fedora (please only add full mirrors that carry old Fedora distributions as well).
|
||||||
# See: https://mirrors.fedoraproject.org/publiclist (but not all carry old content).
|
# See: https://mirrors.fedoraproject.org/publiclist (but not all carry old content).
|
||||||
fedora = [
|
fedora = [
|
||||||
"http://archives.fedoraproject.org/pub/fedora/"
|
"https://archives.fedoraproject.org/pub/fedora/"
|
||||||
"http://fedora.osuosl.org/"
|
"https://fedora.osuosl.org/"
|
||||||
"http://ftp.nluug.nl/pub/os/Linux/distr/fedora/"
|
"http://ftp.nluug.nl/pub/os/Linux/distr/fedora/"
|
||||||
"http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/"
|
"https://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/"
|
||||||
"http://mirror.csclub.uwaterloo.ca/fedora/"
|
"http://mirror.csclub.uwaterloo.ca/fedora/"
|
||||||
"http://ftp.linux.cz/pub/linux/fedora/"
|
"https://ftp.linux.cz/pub/linux/fedora/"
|
||||||
"http://mirror.1000mbps.com/fedora/"
|
"http://mirror.1000mbps.com/fedora/"
|
||||||
"http://archives.fedoraproject.org/pub/archive/fedora/"
|
"https://archives.fedoraproject.org/pub/archive/fedora/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# openSUSE.
|
# openSUSE.
|
||||||
opensuse = [
|
opensuse = [
|
||||||
"http://opensuse.hro.nl/opensuse/distribution/"
|
"https://opensuse.hro.nl/opensuse/distribution/"
|
||||||
"http://ftp.funet.fi/pub/linux/mirrors/opensuse/distribution/"
|
"https://ftp.funet.fi/pub/linux/mirrors/opensuse/distribution/"
|
||||||
"http://ftp.opensuse.org/pub/opensuse/distribution/"
|
"https://ftp.opensuse.org/pub/opensuse/distribution/"
|
||||||
"http://ftp5.gwdg.de/pub/opensuse/discontinued/distribution/"
|
"https://ftp5.gwdg.de/pub/opensuse/discontinued/distribution/"
|
||||||
"http://ftp.hosteurope.de/mirror/ftp.opensuse.org/discontinued/"
|
"http://ftp.hosteurope.de/mirror/ftp.opensuse.org/discontinued/"
|
||||||
];
|
];
|
||||||
|
|
||||||
gnome = [
|
gnome = [
|
||||||
# This one redirects to some mirror closeby, so it should be all you need.
|
# This one redirects to some mirror closeby, so it should be all you need.
|
||||||
"http://download.gnome.org/"
|
"https://download.gnome.org/"
|
||||||
|
|
||||||
"http://fr2.rpmfind.net/linux/gnome.org/"
|
"https://fr2.rpmfind.net/linux/gnome.org/"
|
||||||
"http://ftp.acc.umu.se/pub/GNOME/"
|
"https://ftp.acc.umu.se/pub/GNOME/"
|
||||||
"http://ftp.belnet.be/mirror/ftp.gnome.org/"
|
"https://ftp.belnet.be/mirror/ftp.gnome.org/"
|
||||||
"ftp://ftp.cse.buffalo.edu/pub/Gnome/"
|
"ftp://ftp.cse.buffalo.edu/pub/Gnome/"
|
||||||
"ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/"
|
"ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/"
|
||||||
];
|
];
|
||||||
|
|
||||||
xfce = [
|
xfce = [
|
||||||
"http://archive.xfce.org/"
|
"https://archive.xfce.org/"
|
||||||
"http://mirror.netcologne.de/xfce/"
|
"https://mirror.netcologne.de/xfce/"
|
||||||
"http://archive.se.xfce.org/xfce/"
|
"http://archive.se.xfce.org/xfce/"
|
||||||
"http://archive.be.xfce.org/xfce/"
|
"https://archive.be.xfce.org/xfce/"
|
||||||
"http://mirror.perldude.de/archive.xfce.org/"
|
"http://mirror.perldude.de/archive.xfce.org/"
|
||||||
"http://archive.be2.xfce.org/"
|
"http://archive.be2.xfce.org/"
|
||||||
"http://ftp.udc.es/xfce/"
|
"http://ftp.udc.es/xfce/"
|
||||||
"http://archive.al-us.xfce.org/"
|
"https://archive.al-us.xfce.org/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# X.org.
|
# X.org.
|
||||||
@ -243,12 +243,12 @@
|
|||||||
"https://www.apache.org/dist/"
|
"https://www.apache.org/dist/"
|
||||||
"https://archive.apache.org/dist/" # fallback for old releases
|
"https://archive.apache.org/dist/" # fallback for old releases
|
||||||
"ftp://ftp.funet.fi/pub/mirrors/apache.org/"
|
"ftp://ftp.funet.fi/pub/mirrors/apache.org/"
|
||||||
"http://apache.cs.uu.nl/"
|
"https://apache.cs.uu.nl/"
|
||||||
"http://apache.cs.utah.edu/"
|
"https://apache.cs.utah.edu/"
|
||||||
];
|
];
|
||||||
|
|
||||||
postgresql = [
|
postgresql = [
|
||||||
"http://ftp.postgresql.org/pub/"
|
"https://ftp.postgresql.org/pub/"
|
||||||
];
|
];
|
||||||
|
|
||||||
metalab = [
|
metalab = [
|
||||||
@ -256,7 +256,7 @@
|
|||||||
"ftp://ftp.metalab.unc.edu/pub/linux/"
|
"ftp://ftp.metalab.unc.edu/pub/linux/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bioconductor mirrors (from http://bioconductor.org/about/mirrors)
|
# Bioconductor mirrors (from https://bioconductor.org/about/mirrors/)
|
||||||
# The commented-out ones don't seem to allow direct package downloads;
|
# The commented-out ones don't seem to allow direct package downloads;
|
||||||
# they serve error messages that result in hash mismatches instead.
|
# they serve error messages that result in hash mismatches instead.
|
||||||
bioc = [
|
bioc = [
|
||||||
@ -266,30 +266,30 @@
|
|||||||
# http://mirror.aarnet.edu.au/pub/bioconductor/
|
# http://mirror.aarnet.edu.au/pub/bioconductor/
|
||||||
# http://watson.nci.nih.gov/bioc_mirror/
|
# http://watson.nci.nih.gov/bioc_mirror/
|
||||||
"http://bioconductor.jp/packages/"
|
"http://bioconductor.jp/packages/"
|
||||||
"http://bioconductor.statistik.tu-dortmund.de/packages/"
|
"https://bioconductor.statistik.tu-dortmund.de/packages/"
|
||||||
"http://mirrors.ustc.edu.cn/bioc/"
|
"https://mirrors.ustc.edu.cn/bioc/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Hackage mirrors
|
# Hackage mirrors
|
||||||
hackage = [
|
hackage = [
|
||||||
"http://hackage.haskell.org/package/"
|
"https://hackage.haskell.org/package/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Roy marples mirrors
|
# Roy marples mirrors
|
||||||
roy = [
|
roy = [
|
||||||
"http://roy.marples.name/downloads/"
|
"https://roy.marples.name/downloads/"
|
||||||
"http://cflags.cc/roy/"
|
"https://cflags.cc/roy/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Sage mirrors (http://www.sagemath.org/mirrors.html)
|
# Sage mirrors (https://www.sagemath.org/mirrors.html)
|
||||||
sageupstream = [
|
sageupstream = [
|
||||||
# Africa
|
# Africa
|
||||||
"ftp://ftp.sun.ac.za/pub/mirrors/www.sagemath.org/spkg/upstream/"
|
"ftp://ftp.sun.ac.za/pub/mirrors/www.sagemath.org/spkg/upstream/"
|
||||||
"http://sagemath.mirror.ac.za/spkg/upstream/"
|
"https://sagemath.mirror.ac.za/spkg/upstream/"
|
||||||
"http://mirror.ufs.ac.za/sagemath/spkg/upstream/"
|
"https://mirror.ufs.ac.za/sagemath/spkg/upstream/"
|
||||||
|
|
||||||
# America, North
|
# America, North
|
||||||
"http://mirrors.mit.edu/sage/spkg/upstream/"
|
"https://mirrors.mit.edu/sage/spkg/upstream/"
|
||||||
"http://www.cecm.sfu.ca/sage/spkg/upstream/"
|
"http://www.cecm.sfu.ca/sage/spkg/upstream/"
|
||||||
"https://mirrors.xmission.com/sage/spkg/upstream/"
|
"https://mirrors.xmission.com/sage/spkg/upstream/"
|
||||||
|
|
||||||
@ -303,34 +303,34 @@
|
|||||||
"https://mirrors.tuna.tsinghua.edu.cn/sagemath/spkg/upstream/"
|
"https://mirrors.tuna.tsinghua.edu.cn/sagemath/spkg/upstream/"
|
||||||
"https://mirrors.ustc.edu.cn/sagemath/spkg/upstream/"
|
"https://mirrors.ustc.edu.cn/sagemath/spkg/upstream/"
|
||||||
"http://ftp.tsukuba.wide.ad.jp/software/sage/spkg/upstream/"
|
"http://ftp.tsukuba.wide.ad.jp/software/sage/spkg/upstream/"
|
||||||
"http://ftp.yz.yamagata-u.ac.jp/pub/math/sage/spkg/upstream/"
|
"https://ftp.yz.yamagata-u.ac.jp/pub/math/sage/spkg/upstream/"
|
||||||
"https://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/"
|
"https://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/"
|
||||||
|
|
||||||
# Australia
|
# Australia
|
||||||
"http://mirror.aarnet.edu.au/pub/sage/spkg/upstream/"
|
"https://mirror.aarnet.edu.au/pub/sage/spkg/upstream/"
|
||||||
|
|
||||||
# Europe
|
# Europe
|
||||||
"http://sage.mirror.garr.it/mirrors/sage/spkg/upstream/"
|
"https://sage.mirror.garr.it/mirrors/sage/spkg/upstream/"
|
||||||
"http://mirrors.fe.up.pt/pub/sage/spkg/upstream/"
|
"http://mirrors.fe.up.pt/pub/sage/spkg/upstream/"
|
||||||
"http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/"
|
"https://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/"
|
||||||
"http://ftp.ntua.gr/pub/sagemath/spkg/upstream/"
|
"http://ftp.ntua.gr/pub/sagemath/spkg/upstream/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# MySQL mirrors
|
# MySQL mirrors
|
||||||
mysql = [
|
mysql = [
|
||||||
"http://cdn.mysql.com/Downloads/"
|
"https://cdn.mysql.com/Downloads/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# OpenBSD mirrors
|
# OpenBSD mirrors
|
||||||
openbsd = [
|
openbsd = [
|
||||||
"http://ftp.openbsd.org/pub/OpenBSD/"
|
"https://ftp.openbsd.org/pub/OpenBSD/"
|
||||||
"ftp://ftp.nluug.nl/pub/OpenBSD/"
|
"ftp://ftp.nluug.nl/pub/OpenBSD/"
|
||||||
"ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD/"
|
"ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD/"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Steam Runtime mirrors
|
# Steam Runtime mirrors
|
||||||
steamrt = [
|
steamrt = [
|
||||||
"http://repo.steampowered.com/steamrt/"
|
"https://repo.steampowered.com/steamrt/"
|
||||||
"https://public.abbradar.moe/steamrt/"
|
"https://public.abbradar.moe/steamrt/"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -349,7 +349,7 @@
|
|||||||
|
|
||||||
# Mozilla projects.
|
# Mozilla projects.
|
||||||
mozilla = [
|
mozilla = [
|
||||||
"http://download.cdn.mozilla.net/pub/mozilla.org/"
|
"https://download.cdn.mozilla.net/pub/mozilla.org/"
|
||||||
"https://archive.mozilla.org/pub/"
|
"https://archive.mozilla.org/pub/"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user