diff options
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 9a87c3c..e02dc96 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -28,7 +28,7 @@ $lbWebsiteGitwebAddress = "https://notabug.org/vimuser/libreboot-website"; /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( - "git://git.savannah.nongnu.org/libreboot.git" + "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" |