From 646c36152b86053b70ca2822607f249c3cb4968e Mon Sep 17 00:00:00 2001
From: Stefano Zacchiroli <zack@upsilon.cc>
Date: Sat, 14 Jul 2018 15:09:26 +0200
Subject: [PATCH] base.html template: add source code pointer to footer

---
 templates/base.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/templates/base.html b/templates/base.html
index 6b5295a..d788667 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -76,6 +76,10 @@
 <div class="pagecopyright">
 <a name="pagecopyright"></a>
 Copyright © 2015 Software in the Public Interest, Inc.
+<br />
+Source code available at
+<a href="https://git.spi-inc.org/gitweb/?p=members.git;a=summary">https://git.spi-inc.org/gitweb/?p=members.git;a=summary</a>,
+license GPL2+, patches welcome!
 </div>
 
 <div class="pagelicense">
-- 
2.18.0

