diff options
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 0169619..9a87c3c 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -22,19 +22,19 @@ $lbHomepage = "https://libreboot.org/"; /* Main git repositories */ - $lbFirmwareGitRepoAddress = "https://libreboot.org/repo/libreboot.git"; - $lbFirmwareGitwebAddress = "https://libreboot.org/gitweb/?p=libreboot.git;a=summary"; - $lbWebsiteGitRepoAddress = "https://libreboot.org/repo/libreboot-website.git"; - $lbWebsiteGitwebAddress = "https://libreboot.org/gitweb/?p=libreboot-website.git;a=summary"; + $lbFirmwareGitRepoAddress = "https://notabug.org/vimuser/libreboot.git"; + $lbFirmwareGitwebAddress = "https://notabug.org/vimuser/libreboot"; + $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/fchmmr/libreboot.git", + "git://git.savannah.nongnu.org/libreboot.git" + "https://libreboot.org/repo/libreboot.git", "git://git.pehjota.net/libreboot-backup/libreboot.git", "git://gnu.dk/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "https://notabug.org/fchmmr/libreboot-website.git", + "https://libreboot.org/repo/libreboot-website.git", "git://git.pehjota.net/libreboot-backup/libreboot.org.git", "git://gnu.dk/libreboot-website.git" ); |