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
|