From d88ec849c4f7af41a8a41af1a4f79a2b4d41717a Mon Sep 17 00:00:00 2001
From: Jason A. Donenfeld
Date: Wed, 24 Feb 2016 18:01:42 +0100
Subject: Hosted on HTTPS now
---
README | 4 ++--
cgit.c | 2 +-
filters/gentoo-ldap-authentication.lua | 2 +-
ui-shared.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README b/README
index 917d74a..7a6b4a4 100644
--- a/README
+++ b/README
@@ -92,8 +92,8 @@ the HTTP headers `Modified` and `Expires`.
Online presence
---------------
-* The cgit homepage is hosted by cgit at
+* The cgit homepage is hosted by cgit at
* Patches, bug reports, discussions and support should go to the cgit
mailing list: . To sign up, visit
-
+
diff --git a/cgit.c b/cgit.c
index fc482be..ab3fadb 100644
--- a/cgit.c
+++ b/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
diff --git a/filters/gentoo-ldap-authentication.lua b/filters/gentoo-ldap-authentication.lua
index fce5632..6d8eb3e 100644
--- a/filters/gentoo-ldap-authentication.lua
+++ b/filters/gentoo-ldap-authentication.lua
@@ -4,7 +4,7 @@
-- luacrypto >= 0.3
--
-- lualdap >= 1.2
---
+--
--
diff --git a/ui-shared.c b/ui-shared.c
index 2c88b72..562fa0e 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -776,7 +776,7 @@ void cgit_print_docend(void)
if (ctx.cfg.footer)
html_include(ctx.cfg.footer);
else {
- htmlf("