diff options
Diffstat (limited to 'site/variables.template.php')
-rw-r--r-- | site/variables.template.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index 3938980..4fba15f 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -40,7 +40,8 @@ /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "https://gitorious.org/libreboot-backup/libreboot.git", - "git://git.pehjota.net/libreboot-backup/libreboot.git" + "git://git.pehjota.net/libreboot-backup/libreboot.git", + "git://git.savannah.nongnu.org/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( "https://gitorious.org/libreboot-backup/libreboot-website.git", |