From 3743c240b2109e14b57f8843b5cc46b2c32181c3 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Sat, 30 Mar 2024 08:45:27 +1100 Subject: [PATCH] upd. --- htdocs/cgi-bin/gitweb/gitweb.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/cgi-bin/gitweb/gitweb.cgi b/htdocs/cgi-bin/gitweb/gitweb.cgi index 4275353..d8e5bc1 100755 --- a/htdocs/cgi-bin/gitweb/gitweb.cgi +++ b/htdocs/cgi-bin/gitweb/gitweb.cgi @@ -91,7 +91,7 @@ our $projectroot = "/srv/git"; our $project_maxdepth = 2007; # string of the home link on top of all pages -our $home_link_str = "http://lifelog.hopto.org Projects by Will Budić"; +our $home_link_str = "https://lifelog.hopto.org Projects by Will Budić"; # extra breadcrumbs preceding the home link our @extra_breadcrumbs = (); -- 2.34.1