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 1d10fb2..286ecf3 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -30,11 +30,13 @@ $lbFirmwareBackupGitRepoAddress = array( "git://git.savannah.nongnu.org/libreboot.git", "https://notabug.org/fchmmr/libreboot.git", - "git://git.pehjota.net/libreboot-backup/libreboot.git" + "git://git.pehjota.net/libreboot-backup/libreboot.git", + "git://gnu.dk/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( "https://notabug.org/fchmmr/libreboot-website.git", - "git://git.pehjota.net/libreboot-backup/libreboot.org.git" + "git://git.pehjota.net/libreboot-backup/libreboot.org.git", + "git://gnu.dk/libreboot-website.git" ); /* HTTP mirrors (for release archives) */ |