summaryrefslogtreecommitdiffstats
path: root/site/common/variables.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/common/variables.php')
-rw-r--r--site/common/variables.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/common/variables.php b/site/common/variables.php
index 0a53ed2..335fa48 100644
--- a/site/common/variables.php
+++ b/site/common/variables.php
@@ -19,7 +19,7 @@
?>
<?php
/* Project home page */
- $lbHomepage = "http://libreboot.org/";
+ $lbHomepage = "https://libreboot.org/";
/* Main git repositories */
$lbFirmwareGitRepoAddress = "git://git.savannah.nongnu.org/libreboot.git";
@@ -30,11 +30,11 @@
$lbFirmwareBackupGitRepoAddress = array(
"https://notabug.org/fchmmr/libreboot.git",
"git://git.pehjota.net/libreboot-backup/libreboot.git",
- "http://libreboot.org/libreboot.git"
+ "https://libreboot.org/libreboot.git"
);
$lbWebsiteBackupGitRepoAddress = array(
"git://git.pehjota.net/libreboot-backup/libreboot.org.git",
- "http://libreboot.org/libreboot-website.git"
+ "https://libreboot.org/libreboot-website.git"
);
/* HTTP mirrors (for release archives) */