diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-07-06 20:35:03 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-07-06 20:35:03 -0600 |
commit | 168b230a68ff49ef355f4a7bdca272a7d95ab505 (patch) | |
tree | c7f3ffa3b6eb4dcc4f242642e84bfea2018096e3 /cgit.c | |
parent | 4caf25a8c7834568ece454e179d8bd5835a51634 (diff) |
Change the cgit URL to my URLHEADlukeshu/main
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |