X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a6572ce1762e0d571c3e96b5f4eff7c81015a1f2..d88ec849c4f7af41a8a41af1a4f79a2b4d41717a:/cgit.c?ds=inline diff --git a/cgit.c b/cgit.c index fc482be..ab3fadb 100644 --- a/cgit.c +++ b/cgit.c @@ -941,7 +941,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 | http://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION); + printf("CGit %s | https://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION); #ifdef NO_LUA printf("[-] "); #else