summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-31 14:45:33 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-31 14:45:33 (EDT)
commitd1244f666507e321c0a697fd9f5bff026d599a93 (patch)
tree0da6b01cc8038880eedf96ad2605f7242f470353 /site
parentb9a58c6ef8577a26ca783b796ce6a3715ecc429f (diff)
downloadlibreboot.org-d1244f666507e321c0a697fd9f5bff026d599a93.zip
libreboot.org-d1244f666507e321c0a697fd9f5bff026d599a93.tar.gz
libreboot.org-d1244f666507e321c0a697fd9f5bff026d599a93.tar.bz2
Move main repository to savannah (nongnu.org)
Diffstat (limited to 'site')
-rw-r--r--site/variables.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/variables.php b/site/variables.php
index d62e517..de12346 100644
--- a/site/variables.php
+++ b/site/variables.php
@@ -22,14 +22,14 @@
$lbHomepage = "http://libreboot.org/";
/* Main git repositories */
- $lbFirmwareGitRepoAddress = "https://notabug.org/fchmmr/libreboot.git";
- $lbFirmwareGitwebAddress = "https://notabug.org/fchmmr/libreboot/commits/master";
+ $lbFirmwareGitRepoAddress = "git://git.savannah.nongnu.org/libreboot.git";
+ $lbFirmwareGitwebAddress = "http://git.savannah.gnu.org/cgit/libreboot.git";
$lbWebsiteGitRepoAddress = "https://notabug.org/fchmmr/libreboot-website.git";
$lbWebsiteGitwebAddress = "https://notabug.org/fchmmr/libreboot-website/commits/master";
/* Backup git repositories */
$lbFirmwareBackupGitRepoAddress = array(
- "git://git.pehjota.net/libreboot-backup/libreboot.git",
- "git://git.savannah.nongnu.org/libreboot.git"
+ "https://notabug.org/fchmmr/libreboot.git",
+ "git://git.pehjota.net/libreboot-backup/libreboot.git"
);
$lbWebsiteBackupGitRepoAddress = array(
"git://git.pehjota.net/libreboot-backup/libreboot.org.git"