summaryrefslogtreecommitdiff
path: root/cgit_70.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit_70.c')
-rw-r--r--cgit_70.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit_70.c b/cgit_70.c
index b2baab0..90ddb6f 100644
--- a/cgit_70.c
+++ b/cgit_70.c
@@ -384,7 +384,7 @@ static void prepare_context(void)
ctx.cfg.renamelimit = -1;
ctx.cfg.remove_suffix = 0;
ctx.cfg.robots = "index, nofollow";
- ctx.cfg.root_title = "Git repository browser";
+ ctx.cfg.root_title = "Git repository browser over Gopher";
ctx.cfg.root_desc = "a fast Gopher interface for the git dscm";
ctx.cfg.scan_hidden_path = 0;
ctx.cfg.script_name = CGIT_SCRIPT_NAME;