summaryrefslogtreecommitdiff
path: root/web/template/maintenance.tmpl
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2025-03-09 17:46:18 +0100
committerLibravatar Terin Stock <terinjokes@gmail.com>2025-12-01 22:07:41 +0100
commite4448e30daed0ffd82fe212a4c378a1725260900 (patch)
tree43045ee90db8cb270857e11afdd90f6de80962a6 /web/template/maintenance.tmpl
parent[chore] Go back to using `name` for attachment alt text for now, add note in ... (diff)
downloadgotosocial-e4448e30daed0ffd82fe212a4c378a1725260900.tar.xz
[chore] update URLs to forked source
To satisfy the requirements of the AGPL v3 license used by GoToSocial, I must update the URLs provided by the server to point at this forked repository, and I must do so before making the server available over any network.
Diffstat (limited to 'web/template/maintenance.tmpl')
-rw-r--r--web/template/maintenance.tmpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/web/template/maintenance.tmpl b/web/template/maintenance.tmpl
index d3fa5a271..5aedeaf5a 100644
--- a/web/template/maintenance.tmpl
+++ b/web/template/maintenance.tmpl
@@ -58,14 +58,12 @@
<ul class="nodot">
<li id="version">
<a
- href="https://codeberg.org/superseriousbusiness/gotosocial"
+ href="https://git.terinstock.com/gotosocial.git"
class="nounderline"
rel="nofollow noreferrer noopener"
target="_blank"
>
- <span aria-hidden="true">🦥</span>
- Source - GoToSocial
- <span aria-hidden="true">🦥</span>
+ Source - GoToSocial {{ .instance.Version }} (fork)
</a>
</li>
</ul>
@@ -73,4 +71,4 @@
</footer>
</div>
</body>
-</html> \ No newline at end of file
+</html>