diff options
author | Leah Woods <info@minifree.org> | 2016-05-17 23:54:21 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-17 23:54:21 (EDT) |
commit | cbcc7cb93cf7c7f419a167fdb8cefe41e467a878 (patch) | |
tree | b7d8a536212032b8f19fd04afc273cac5bd4c90f /site/common | |
parent | f58b0e6722b43b59277c72c80b7a6aca635e2b2e (diff) | |
download | libreboot.org-cbcc7cb93cf7c7f419a167fdb8cefe41e467a878.zip libreboot.org-cbcc7cb93cf7c7f419a167fdb8cefe41e467a878.tar.gz libreboot.org-cbcc7cb93cf7c7f419a167fdb8cefe41e467a878.tar.bz2 |
switch savannah git repo from nongnu.org to gnu.org
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 6cce941..4a6d197 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -22,7 +22,7 @@ $lbHomepage = "https://libreboot.org/"; /* Main git repositories */ - $lbFirmwareGitRepoAddress = "git://git.savannah.nongnu.org/libreboot.git"; + $lbFirmwareGitRepoAddress = "git://git.savannah.gnu.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"; |