aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/about.html')
-rw-r--r--pyaggr3g470r/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html
index d164d4bb..3c4304e5 100644
--- a/pyaggr3g470r/templates/about.html
+++ b/pyaggr3g470r/templates/about.html
@@ -4,7 +4,7 @@
<div class="jumbotron">
<p>{{ _('pyAggr3g470r is a simple news aggregator you can use everywhere.') }}</p>
<p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or
- redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/">source code</a>
+ redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r">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://bitbucket.org/cedricbonhomme/pyaggr3g470r/issues">here</a>.') }}</p>
</div>
bgstack15