summaryrefslogtreecommitdiffstats
path: root/site/common/variables.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/common/variables.php')
-rw-r--r--site/common/variables.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/common/variables.php b/site/common/variables.php
index 368d77a..6cce941 100644
--- a/site/common/variables.php
+++ b/site/common/variables.php
@@ -22,13 +22,13 @@
$lbHomepage = "https://libreboot.org/";
/* Main git repositories */
- $lbFirmwareGitRepoAddress = "https://notabug.org/vimuser/libreboot.git";
- $lbFirmwareGitwebAddress = "https://notabug.org/vimuser/libreboot";
+ $lbFirmwareGitRepoAddress = "git://git.savannah.nongnu.org/libreboot.git";
+ $lbFirmwareGitwebAddress = "http://git.savannah.gnu.org/cgit/libreboot.git";
$lbWebsiteGitRepoAddress = "https://notabug.org/vimuser/libreboot-website.git";
$lbWebsiteGitwebAddress = "https://notabug.org/vimuser/libreboot-website";
/* Backup git repositories */
$lbFirmwareBackupGitRepoAddress = array(
- "git://git.savannah.nongnu.org/libreboot.git",
+ "https://notabug.org/vimuser/libreboot.git",
"git://git.pehjota.net/libreboot-backup/libreboot.git",
"git://gnu.dk/libreboot.git"
);