From 835d58eede12bca0a82bbd73de7b2b51611762dd Mon Sep 17 00:00:00 2001
From: akwizgran <akwizgran@users.sourceforge.net>
Date: Thu, 22 May 2014 18:05:53 +0100
Subject: [PATCH] Changed Flattr button to HTTPS to prevent mixed content
 warning.

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 0ec8651..fc41c18 100644
--- a/index.html
+++ b/index.html
@@ -65,8 +65,8 @@
 
   <div id='flattr'>
     <center>
-      <a href='http://flattr.com/thing/592836/Briar-A-Secure-News-and-Discussion-System' target='_blank'><img src='http://api.flattr.com/button/flattr-badge-large.png' alt='Flattr this' title='Flattr this' border='0' /></a> <br />
-Bitcoin Donations: 1NZCKkUCtJV2U2Y9hDb9uq8S7ksFCFGR6K
+      <a href='https://flattr.com/thing/592836/Briar-A-Secure-News-and-Discussion-System' target='_blank'><img src='https://api.flattr.com/button/flattr-badge-large.png' alt='Flattr this' title='Flattr this' border='0' /></a> <br />
+Bitcoin: 1NZCKkUCtJV2U2Y9hDb9uq8S7ksFCFGR6K
     </center>
   </div>
   <div class="clearboth"></div>
-- 
GitLab