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
committerJune McEnroe <june@causal.agency>2022-02-13 21:10:50 -0500
commit76d9396e47ce00b029ba4497fd63aa507929fcd3 (patch)
tree6e077140300226bc02006291c71ac010a1f0eec5 /cgit.c
parentRemove Lua support (diff)
downloadcgit-pink-76d9396e47ce00b029ba4497fd63aa507929fcd3.tar.gz
cgit-pink-76d9396e47ce00b029ba4497fd63aa507929fcd3.zip
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 f3fe4c7..d18938c 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-pink %s | https://git.causal.agency/cgit-pink/\n\nCompiled in features:\n", CGIT_VERSION);
 #ifndef HAVE_LINUX_SENDFILE
 			printf("[-] ");
 #else