diff options
-rw-r--r-- | site/variables.template.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index d0d29a3..623fa1d 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -44,7 +44,8 @@ "https://notabug.org/fchmmr/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "git://git.pehjota.net/libreboot-backup/libreboot.org.git" + "git://git.pehjota.net/libreboot-backup/libreboot.org.git", + "https://notabug.org/fchmmr/libreboot-website.git" ); /* HTTP mirrors (for release archives) */ |