diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 22:38:44 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 22:38:44 (EST) |
commit | f02a8180de9f366c58d8705c8c3c9e835247879c (patch) | |
tree | 5675eb5c022560ea2b5ddc7f7faf9c5d87387710 /site | |
parent | 2ce64987d67de3e52cddf90b1585827e7a1af24e (diff) | |
download | libreboot.org-f02a8180de9f366c58d8705c8c3c9e835247879c.zip libreboot.org-f02a8180de9f366c58d8705c8c3c9e835247879c.tar.gz libreboot.org-f02a8180de9f366c58d8705c8c3c9e835247879c.tar.bz2 |
change libreboot.org git repo address
Diffstat (limited to 'site')
-rw-r--r-- | site/common/variables.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 4e71458..583baf3 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -30,11 +30,11 @@ $lbFirmwareBackupGitRepoAddress = array( "https://notabug.org/fchmmr/libreboot.git", "git://git.pehjota.net/libreboot-backup/libreboot.git", - "https://libreboot.org/libreboot.git" + "https://libreboot.org/repo/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( "git://git.pehjota.net/libreboot-backup/libreboot.org.git", - "https://libreboot.org/libreboot-website.git" + "https://libreboot.org/repo/libreboot-website.git" ); /* HTTP mirrors (for release archives) */ |