about summary refs log tree commit diff
path: root/cgit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-13 20:20:07 -0500
committerRory& <root@rory.gay>2026-02-06 14:09:56 +0100
commit9cf2b347ca090a9995038be471d90447ca9ec08e (patch)
tree1bc08664ae47025c6470ac0368c8798ba589faaf /cgit.c
parentRemove Lua support (diff)
downloadcgit-magenta-9cf2b347ca090a9995038be471d90447ca9ec08e.tar.xz
Update information for fork
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c

index ead540b..4a611ce 100644 --- a/cgit.c +++ b/cgit.c
@@ -971,7 +971,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-pink %s | https://git.causal.agency/cgit-pink/\n\nCompiled in features:\n", CGIT_VERSION); #ifndef HAVE_LINUX_SENDFILE printf("[-] "); #else