summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-04-20 11:37:03 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-04-20 11:37:03 +0200
commite5367a5b0d3300d477a5c138d7cbd294bec6021c (patch)
tree1cb242238de0d78810bd34e1690d652cc1be0b88
parentc3f429bbaca5e5d15fee2da6a9919b0f9cfb020f (diff)
about: Add link to other contributors
-rw-r--r--templates/about.html.ep3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep
index 5e6ead1..939830f 100644
--- a/templates/about.html.ep
+++ b/templates/about.html.ep
@@ -1,7 +1,8 @@
<div class="row">
<div class="col s12">
<a href="https://finalrewind.org/projects/travelynx">travelynx</a> v<%= stash('version') // '???' %><br/>
- Entwickelt von <a href="https://finalrewind.org">derf</a><br/>
+ Entwickelt von <a href="https://finalrewind.org">derf</a>
+ und <a href="https://github.com/derf/travelynx/graphs/contributors">weiteren</a><br/>
<a href="<%= app->config->{ref}{source} // 'https://github.com/derf/travelynx' %>">Quelltext</a> lizensiert unter AGPL v3<br/><br/>
Backends:
<a href="https://finalrewind.org/projects/Travel-Status-DE-DBRIS/">Travel::Status::DE::DBRIS</a>