summaryrefslogtreecommitdiff
path: root/dev.buetow.org/content/projectlist.inc.pl
diff options
context:
space:
mode:
authorPaul Buetow (uranus) <paul@buetow.org>2015-01-04 11:52:57 +0100
committerPaul Buetow (uranus) <paul@buetow.org>2015-01-04 11:52:57 +0100
commitd647979c879182f52c9c81f423d94b184974fc2f (patch)
tree37bb19fdcfa491ea80a96b38d5177d2733d66fff /dev.buetow.org/content/projectlist.inc.pl
parentc9667e8a19548d0a73a6239ea8e0ab93893b14dc (diff)
use https
Diffstat (limited to 'dev.buetow.org/content/projectlist.inc.pl')
-rw-r--r--dev.buetow.org/content/projectlist.inc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.buetow.org/content/projectlist.inc.pl b/dev.buetow.org/content/projectlist.inc.pl
index 4d1d4f2..ec53c71 100644
--- a/dev.buetow.org/content/projectlist.inc.pl
+++ b/dev.buetow.org/content/projectlist.inc.pl
@@ -21,7 +21,7 @@ sub list (*) {
my @content = getf $found;
- $ret .= "<b><a href=http://$host>$host</a></b>" . nl;
+ $ret .= "<b><a href=https://$host>$host</a></b>" . nl;
if (@content) {
$ret .= join " ", @content;
$ret .= nl;