diff options
author | Leah Woods <info@minifree.org> | 2016-05-17 23:49:55 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-17 23:49:55 (EDT) |
commit | f58b0e6722b43b59277c72c80b7a6aca635e2b2e (patch) | |
tree | e8ce97d844eee9b439961742afea76688d807069 /site/common | |
parent | 2b077f4e6257cd16ae40f08da884edd63dc79e35 (diff) | |
download | libreboot.org-f58b0e6722b43b59277c72c80b7a6aca635e2b2e.zip libreboot.org-f58b0e6722b43b59277c72c80b7a6aca635e2b2e.tar.gz libreboot.org-f58b0e6722b43b59277c72c80b7a6aca635e2b2e.tar.bz2 |
we're in GNU now. use savannah for git hosting, as main
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 6 |
1 files changed, 3 insertions, 3 deletions
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" ); |