Wrong Date Range in the Footer
There is a minor error in the footer that says Copyright © 2004-2023 aurweb Development Team – ..., the range of the years are no longer valid, since i don't have write access to this project and I'm new here i hope this patch file in sufficient:
diff --git a/static/html/cgit/footer.html b/static/html/cgit/footer.html
index b3e79568..2b2b2d26 100644
--- a/static/html/cgit/footer.html
+++ b/static/html/cgit/footer.html
@@ -1,6 +1,6 @@
<div id="footer">
<p>
- Copyright © 2004-2023 aurweb Development Team –
+ Copyright © 2004-2025 aurweb Development Team –
<strong>AUR packages are user produced content. Any use of the provided files is at your own risk.</strong>
</p>
</div>