diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 13:19:03 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 13:19:03 (EDT) |
commit | f7f1d9caa381c4cb2353a7da37d7808a171887f1 (patch) | |
tree | 7d486ec7b2ab5b1a1a6ac6e712c4371e7cd34172 /site/variables.php | |
parent | a8ec455783e179515782a3c6a5e53474af2eca59 (diff) | |
download | libreboot.org-f7f1d9caa381c4cb2353a7da37d7808a171887f1.zip libreboot.org-f7f1d9caa381c4cb2353a7da37d7808a171887f1.tar.gz libreboot.org-f7f1d9caa381c4cb2353a7da37d7808a171887f1.tar.bz2 |
download page: rename main mirror
Diffstat (limited to 'site/variables.php')
-rw-r--r-- | site/variables.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/variables.php b/site/variables.php index 1e67605..ccb973d 100644 --- a/site/variables.php +++ b/site/variables.php @@ -57,7 +57,7 @@ /* rsync servers (for release archives). Put the main one first */ $lbRsyncServer = array ( - array("rsync.libreboot.org::mirrormirror","Libreboot Project (main rsync mirror)"), + 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)") ); |