aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-10-25 10:37:01 +0200
committerGuido Günther <agx@sigxcpu.org>2022-10-25 11:45:42 +0200
commit7772d34fb24578662dd23e3b82b7d1faac2d2dc5 (patch)
treec3a39e2423fb7a7f6941b21f8a541b8ee8e6994e /templates/index.html
parent741072c5dfa6f74fe834886b42fd1801c66bbd10 (diff)
Update to python3HEADv0.0.5master
While at that split out handle_pkg. This makes things easy to test locally via > import cl2vcs > cl2vcs.handle_pkg('multipath-tools', title='bla')
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index b8cd84c..b792778 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -27,7 +27,7 @@
<div id="footer">
<hr />
- <p>© 2008,2009,2015 Guido Günther <a href="mailto:agx@sigxcpu.org">&lt;agx@sigxcpu.org&gt;</a></p>
+ <p>© 2008,2009,2015,2022 Guido Günther <a href="mailto:agx@sigxcpu.org">&lt;agx@sigxcpu.org&gt;</a></p>
</div>
</body>
</html>