diff options
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 4e71458..583baf3 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -30,11 +30,11 @@ $lbFirmwareBackupGitRepoAddress = array( "https://notabug.org/fchmmr/libreboot.git", "git://git.pehjota.net/libreboot-backup/libreboot.git", - "https://libreboot.org/libreboot.git" + "https://libreboot.org/repo/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( "git://git.pehjota.net/libreboot-backup/libreboot.org.git", - "https://libreboot.org/libreboot-website.git" + "https://libreboot.org/repo/libreboot-website.git" ); /* HTTP mirrors (for release archives) */ |