diff options
Diffstat (limited to 'site/variables.template.php')
-rw-r--r-- | site/variables.template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index 124fa5a..e591813 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -66,7 +66,7 @@ /* rsync servers (for release archives). Put the main one first */ $lbRsyncServer = array ( - "libreboot.org::mirrormirror", + "rsync.libreboot.org::mirrormirror", "rsync://rsync.mirrorservice.org/libreboot.org/release/", "rsync://ftp.linux.ro/libreboot/" ); |