mirror of
https://git.zx2c4.com/cgit
synced 2025-07-14 04:04:33 +02:00
Hosted on HTTPS now
This commit is contained in:
parent
a6572ce176
commit
d88ec849c4
4 changed files with 5 additions and 5 deletions
2
cgit.c
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue