diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/variables.template.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index e48c398..124fa5a 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -50,11 +50,13 @@ /* HTTP mirrors (for release archives) */ $lbHttpMirror = array( - "https://freedombox.org/libreboot/", "http://www.mirrorservice.org/sites/libreboot.org/release/", + "https://freedombox.org/libreboot/", "http://elmondo74.fr/libreboot/", "http://elgrande74.net/libreboot/", - "http://mirror.linux.ro/libreboot/" + "http://mirror.linux.ro/libreboot/", + "https://ginette.swordarmor.fr/libreboot/", + "http://ginette.swordarmor.fr/libreboot/" ); /* HTTP mirrors (for release archives) */ $lbFtpMirror = array( |