diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-02-24 18:01:42 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-06-07 14:49:35 +0200 |
commit | d88ec849c4f7af41a8a41af1a4f79a2b4d41717a (patch) | |
tree | 8f8215e018e27b7b29db4253715ca762d334e5e2 /cgit.c | |
parent | a6572ce1762e0d571c3e96b5f4eff7c81015a1f2 (diff) |
Hosted on HTTPS now
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |