aboutsummaryrefslogtreecommitdiff
path: root/forged/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-08-10 10:04:30 +0800
committerRunxi Yu <me@runxiyu.org>2025-08-10 10:06:13 +0800
commit390faa0cf752c363d1ac82e9fb7ca58ef8df3c2e (patch)
tree5185987edd828fd3644016bdc7a5260aa2ff891e /forged/templates
parentBump dependencies (diff)
downloadforge-390faa0cf752c363d1ac82e9fb7ca58ef8df3c2e.tar.gz
forge-390faa0cf752c363d1ac82e9fb7ca58ef8df3c2e.tar.zst
forge-390faa0cf752c363d1ac82e9fb7ca58ef8df3c2e.zip
Makefile: Remove source tarball generation
Diffstat (limited to 'forged/templates')
-rw-r--r--forged/templates/_footer.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/forged/templates/_footer.tmpl b/forged/templates/_footer.tmpl
index f71ea3e..22a3958 100644
--- a/forged/templates/_footer.tmpl
+++ b/forged/templates/_footer.tmpl
@@ -5,8 +5,7 @@
{{- define "footer" -}}
<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a>
{{ .global.forge_version }}
-(<a href="/-/source/source.tar.gz">source</a>,
-<a href="https://forge.lindenii.runxiyu.org/forge/-/repos/server/">upstream</a>,
+(<a href="https://forge.lindenii.runxiyu.org/forge/-/repos/server/">upstream</a>,
<a href="/-/source/LICENSE">license</a>,
<a href="https://webirc.runxiyu.org/kiwiirc/#lindenii">support</a>)
{{- end -}}