diff options
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 986b96e..0a53ed2 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -29,10 +29,12 @@ /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "https://notabug.org/fchmmr/libreboot.git", - "git://git.pehjota.net/libreboot-backup/libreboot.git" + "git://git.pehjota.net/libreboot-backup/libreboot.git", + "http://libreboot.org/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "git://git.pehjota.net/libreboot-backup/libreboot.org.git" + "git://git.pehjota.net/libreboot-backup/libreboot.org.git", + "http://libreboot.org/libreboot-website.git" ); /* HTTP mirrors (for release archives) */ |