summaryrefslogtreecommitdiffstats
path: root/site/common
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-01-09 20:23:10 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-01-09 20:23:10 (EST)
commitb444bee8f3c0c9b7a3212989a0ad41414385cd3d (patch)
tree13a912b6ee74b818dac43711e78b976df5611e4c /site/common
parent5a1ba0e700028d67893e0c89ea0aa2abcd43b99b (diff)
downloadlibreboot.org-b444bee8f3c0c9b7a3212989a0ad41414385cd3d.zip
libreboot.org-b444bee8f3c0c9b7a3212989a0ad41414385cd3d.tar.gz
libreboot.org-b444bee8f3c0c9b7a3212989a0ad41414385cd3d.tar.bz2
git page: re-add link to libreboot.org git repositories
Diffstat (limited to 'site/common')
-rw-r--r--site/common/variables.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/site/common/variables.php b/site/common/variables.php
index 986b96e..0a53ed2 100644
--- a/site/common/variables.php
+++ b/site/common/variables.php
@@ -29,10 +29,12 @@
/* Backup git repositories */
$lbFirmwareBackupGitRepoAddress = array(
"https://notabug.org/fchmmr/libreboot.git",
- "git://git.pehjota.net/libreboot-backup/libreboot.git"
+ "git://git.pehjota.net/libreboot-backup/libreboot.git",
+ "http://libreboot.org/libreboot.git"
);
$lbWebsiteBackupGitRepoAddress = array(
- "git://git.pehjota.net/libreboot-backup/libreboot.org.git"
+ "git://git.pehjota.net/libreboot-backup/libreboot.org.git",
+ "http://libreboot.org/libreboot-website.git"
);
/* HTTP mirrors (for release archives) */