summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-01-09 21:20:43 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-01-09 21:20:43 (EST)
commit8101cb6522baf7971714c9002f8097e92b506674 (patch)
treef92d9dd44de91ef03c8da490db1ec23a6efeafd5
parentb444bee8f3c0c9b7a3212989a0ad41414385cd3d (diff)
downloadlibreboot.org-8101cb6522baf7971714c9002f8097e92b506674.zip
libreboot.org-8101cb6522baf7971714c9002f8097e92b506674.tar.gz
libreboot.org-8101cb6522baf7971714c9002f8097e92b506674.tar.bz2
https
-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) */