aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/templates/about.html')
-rw-r--r--newspipe/web/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/web/templates/about.html b/newspipe/web/templates/about.html
index 4cfafb79..d1dcf6fc 100644
--- a/newspipe/web/templates/about.html
+++ b/newspipe/web/templates/about.html
@@ -7,7 +7,7 @@
{{ _('Newspipe is a news aggregator platform.') }}
{{ _('You can easily <a href="https://newspipe.readthedocs.io/en/latest/deployment.html">install Newspipe on your server</a>.') }}
<p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or
- redistribute the <a href="https://git.sr.ht/~cedric/Newspipe">source code</a>
+ redistribute the <a href="https://git.sr.ht/~cedric/newspipe">source code</a>
according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p>
<p>{{ _('Found a bug? Report it <a href="https://todo.sr.ht/~cedric/newspipe">here</a>.') }}</p>
<p><a href="{{ url_for('about_more') }}">{{ _('More information') }}</a> {{ _('about this instance.') }}</p>
bgstack15