From 168b230a68ff49ef355f4a7bdca272a7d95ab505 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 6 Jul 2024 20:35:03 -0600 Subject: Change the cgit URL to my URL --- cgit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index c4320f0..95fc819 100644 --- a/cgit.c +++ b/cgit.c @@ -963,7 +963,7 @@ static void cgit_parse_args(int argc, const char **argv) for (i = 1; i < argc; i++) { if (!strcmp(argv[i], "--version")) { - printf("CGit %s | https://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION); + printf("CGit %s | https://git.lukeshu.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION); #ifdef NO_LUA printf("[-] "); #else -- cgit v1.2.3-54-g00ecf