diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-08 15:01:49 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-08 15:01:49 (EDT) |
commit | 64eaad075343fa62710b040e528cf9d613233dbe (patch) | |
tree | 5001f8182add56c4b9c5ed8ea1d7616ebfa7db9f /site/common | |
parent | 8716f870114344335fdd59f664f198bcae089125 (diff) | |
download | libreboot.org-64eaad075343fa62710b040e528cf9d613233dbe.zip libreboot.org-64eaad075343fa62710b040e528cf9d613233dbe.tar.gz libreboot.org-64eaad075343fa62710b040e528cf9d613233dbe.tar.bz2 |
add new mirror for the release archives
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 35a13c1..c2d8f7b 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -44,7 +44,8 @@ array("http://mirror.linux.ro/libreboot/","linux.ro, Romania"), array("https://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"), array("http://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"), - array("http://libreboot.nedson.net/","nedson.net, Canada") + array("http://libreboot.nedson.net/","nedson.net, Canada"), + array("http://mirror.helium.in-berlin.de/libreboot/","Germany") ); /* FTP mirrors (for release archives) */ $lbFtpMirror = array( |