diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-03 14:47:39 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-03 14:47:39 (EST) |
commit | 656f27a145fb3f3b07f7b468e88737b1181d2a3f (patch) | |
tree | 32429709787095b972bc0b79debdb2e6627d7b81 /site/variables.template.php | |
parent | 1f27e1756fdd0610cc6205f50d68a9afe8095629 (diff) | |
download | libreboot.org-656f27a145fb3f3b07f7b468e88737b1181d2a3f.zip libreboot.org-656f27a145fb3f3b07f7b468e88737b1181d2a3f.tar.gz libreboot.org-656f27a145fb3f3b07f7b468e88737b1181d2a3f.tar.bz2 |
gitorious (AKA gitlab): shame on you.
Diffstat (limited to 'site/variables.template.php')
-rw-r--r-- | site/variables.template.php | 2 |
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" ); |