diff options
Diffstat (limited to 'site')
-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 449637c..d0d29a3 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -40,7 +40,8 @@ /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "git://git.pehjota.net/libreboot-backup/libreboot.git", - "git://git.savannah.nongnu.org/libreboot.git" + "git://git.savannah.nongnu.org/libreboot.git", + "https://notabug.org/fchmmr/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( "git://git.pehjota.net/libreboot-backup/libreboot.org.git" |