From ef6413bf2c8b43db0911a01bcea06b7649ca75b7 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Sat, 30 Mar 2024 08:47:35 +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 d8e5bc1..d7d31a8 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 = "https://lifelog.hopto.org Projects by Will Budić"; +our $home_link_str = "Projects by Will Budic"; # extra breadcrumbs preceding the home link our @extra_breadcrumbs = (); -- 2.34.1