diff options
author | Jason A. Donenfeld | 2016-02-24 18:01:42 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2016-06-07 14:49:35 +0200 |
commit | d88ec849c4f7af41a8a41af1a4f79a2b4d41717a (patch) | |
tree | 8f8215e018e27b7b29db4253715ca762d334e5e2 /cgit.c | |
parent | a6572ce1762e0d571c3e96b5f4eff7c81015a1f2 (diff) | |
download | cgit-d88ec849c4f7af41a8a41af1a4f79a2b4d41717a.tar.gz cgit-d88ec849c4f7af41a8a41af1a4f79a2b4d41717a.tar.bz2 cgit-d88ec849c4f7af41a8a41af1a4f79a2b4d41717a.zip |
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) | |||
941 | 941 | ||
942 | for (i = 1; i < argc; i++) { | 942 | for (i = 1; i < argc; i++) { |
943 | if (!strcmp(argv[i], "--version")) { | 943 | if (!strcmp(argv[i], "--version")) { |
944 | printf("CGit %s | http://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION); | 944 | printf("CGit %s | https://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION); |
945 | #ifdef NO_LUA | 945 | #ifdef NO_LUA |
946 | printf("[-] "); | 946 | printf("[-] "); |
947 | #else | 947 | #else |