diff options
Diffstat (limited to 'site/common/variables.php')
-rw-r--r-- | site/common/variables.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index b400270..8172159 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -1,7 +1,7 @@ <?php /* A number of variables that are used by the whole site - Copyright (C) 2015 Leah Woods <info@minifree.org> + Copyright (C) 2015, 2016 Leah Woods <info@minifree.org> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -29,19 +29,16 @@ /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "git://git.savannah.nongnu.org/libreboot.git", - "https://libreboot.org/repo/libreboot.git", "git://git.pehjota.net/libreboot-backup/libreboot.git", "git://gnu.dk/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "https://libreboot.org/repo/libreboot-website.git", "git://git.pehjota.net/libreboot-backup/libreboot.org.git", "git://gnu.dk/libreboot-website.git" ); /* HTTP mirrors (for release archives) */ $lbHttpMirror = array( - array("https://libreboot.org/release/","Libreboot project, UK"), array("http://mirrors.mit.edu/libreboot/","MIT, USA"), array("http://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"), array("http://tpvj6abq225m5pcf.onion/pub/libreboot/","Tor hidden server, Undisclosed location"), |