diff options
| author | William Hergès <william@herges.fr> | 2025-07-30 18:41:29 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-07-30 18:41:29 +0200 |
| commit | b7829c52685fe019e9de66f562206f909bd67876 (patch) | |
| tree | 85f1753c8b98fa4b2fd8170bbb38a8d7299b3ea4 /templates | |
| parent | 7b79fb02bbbb0eada3e166eb4cd908d58c2734f4 (diff) | |
feat(legal): update credit link
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page/legal.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/legal.gohtml b/templates/page/legal.gohtml index 8b617ab..f376b4a 100644 --- a/templates/page/legal.gohtml +++ b/templates/page/legal.gohtml @@ -2,7 +2,7 @@ <div class="credits-legal" style="{{ .GetBackground }}"> <h2>Legal information</h2> <p> - The software behind this website was made by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a>. + The software behind this website was made by <a href="https://anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a>. It is available on <a href="https://github.com/anhgelus/now">GitHub</a> for free and licensed under the <a href="https://github.com/anhgelus/now/blob/main/LICENSE" target="_blank">AGPL</a> license. </p> |
