diff options
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"; |