summaryrefslogtreecommitdiffstats
path: root/site/variables.template.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/variables.template.php')
-rw-r--r--site/variables.template.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/site/variables.template.php b/site/variables.template.php
index e591813..449637c 100644
--- a/site/variables.template.php
+++ b/site/variables.template.php
@@ -39,12 +39,10 @@
$lbWebsiteGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.org.git";
/* Backup git repositories */
$lbFirmwareBackupGitRepoAddress = array(
- "https://gitorious.org/libreboot-backup/libreboot.git",
"git://git.pehjota.net/libreboot-backup/libreboot.git",
"git://git.savannah.nongnu.org/libreboot.git"
);
$lbWebsiteBackupGitRepoAddress = array(
- "https://gitorious.org/libreboot-backup/libreboot-website.git",
"git://git.pehjota.net/libreboot-backup/libreboot.org.git"
);