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>2025-03-12 06:41:38 +0100
commit522eb63710b7ac92fc649686bb75bd63cea59afb (patch)
tree3a14aa52387a9cebd8a967122afa8d7669d3712b /cgit.c
parentRemove Lua support (diff)
downloadcgit-magenta-522eb63710b7ac92fc649686bb75bd63cea59afb.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 2e5ebc1..8ea1b62 100644 --- a/cgit.c +++ b/cgit.c
@@ -972,7 +972,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