Hosted on HTTPS now
Jason A. Donenfeld Jason@zx2c4.com
Wed, 24 Feb 2016 18:01:42 +0100
4 files changed,
5 insertions(+),
5 deletions(-)
M
README
→
README
@@ -92,8 +92,8 @@
Online presence --------------- -* The cgit homepage is hosted by cgit at <http://git.zx2c4.com/cgit/about/> +* The cgit homepage is hosted by cgit at <https://git.zx2c4.com/cgit/about/> * Patches, bug reports, discussions and support should go to the cgit mailing list: <cgit@lists.zx2c4.com>. To sign up, visit - <http://lists.zx2c4.com/mailman/listinfo/cgit> + <https://lists.zx2c4.com/mailman/listinfo/cgit>
M
cgit.c
→
cgit.c
@@ -941,7 +941,7 @@ int scan = 0;
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
M
filters/gentoo-ldap-authentication.lua
→
filters/gentoo-ldap-authentication.lua
@@ -4,7 +4,7 @@ -- Requirements:
-- luacrypto >= 0.3 -- <http://mkottman.github.io/luacrypto/> -- lualdap >= 1.2 --- <http://git.zx2c4.com/lualdap/about/> +-- <https://git.zx2c4.com/lualdap/about/> --