Hosted on HTTPS now

This commit is contained in:
Jason A. Donenfeld
2016-02-24 18:01:42 +01:00
والد a6572ce176
کامیت d88ec849c4
4فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده

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