From 1f7b6727de4741e92e601c8a30bef6fb381b4e7e 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