summaryrefslogtreecommitdiffstats
path: root/site/common
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-10-16 10:18:46 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-16 10:18:46 (EDT)
commit6e5ff2265e8e79ca62a00d6ea86a51c5958ab7bc (patch)
tree8214bd55148fc95a194629aa458e0270dfa71653 /site/common
parent57b434477889c6ae077c5fa2d1b543966efee33c (diff)
downloadlibreboot.org-6e5ff2265e8e79ca62a00d6ea86a51c5958ab7bc.zip
libreboot.org-6e5ff2265e8e79ca62a00d6ea86a51c5958ab7bc.tar.gz
libreboot.org-6e5ff2265e8e79ca62a00d6ea86a51c5958ab7bc.tar.bz2
fix up names of mirrors
Diffstat (limited to 'site/common')
-rw-r--r--site/common/variables.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/common/variables.php b/site/common/variables.php
index 05d34d6..b44f836 100644
--- a/site/common/variables.php
+++ b/site/common/variables.php
@@ -45,8 +45,8 @@
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://mirror.helium.in-berlin.de/libreboot/","Germany"),
- array("https://mirror.se.partyvan.eu/pub/libreboot/","Sweden")
+ array("http://mirror.helium.in-berlin.de/libreboot/","in-berlin.de, Germany"),
+ array("https://mirror.se.partyvan.eu/pub/libreboot/","partyvan.eu, Sweden")
);
/* FTP mirrors (for release archives) */
$lbFtpMirror = array(
@@ -59,7 +59,7 @@
array("rsync.libreboot.org::mirrormirror","Libreboot project, UK (main rsync mirror)"),
array("rsync://rsync.mirrorservice.org/libreboot.org/release/","University of Kent, UK (backup mirror)"),
array("rsync://ftp.linux.ro/libreboot/","linux.ro, Romania (backup mirror)"),
- array("rsync://mirror.se.partyvan.eu/pub/libreboot/","Sweden (backup mirror)")
+ array("rsync://mirror.se.partyvan.eu/pub/libreboot/","partyvan.eu, Sweden (backup mirror)")
);
/* Bug tracker URL */