From f58b0e6722b43b59277c72c80b7a6aca635e2b2e Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Tue, 17 May 2016 23:49:55 -0400 Subject: we're in GNU now. use savannah for git hosting, as main --- 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" ); -- cgit v0.9.1