diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-30 11:29:55 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-30 11:29:55 +0200 |
commit | 1ac04d28d9677d3207e20c47d8d0dc8609b3003f (patch) | |
tree | d2542b58a28ed1022952f9ddd267bb8f34ceb123 | |
parent | 48ac18f5b20c8159278f14d941503686f8061a5c (diff) |
about: change source code link to finalrewind.org
-rw-r--r-- | templates/about.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index 939830f..3167d91 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -3,7 +3,7 @@ <a href="https://finalrewind.org/projects/travelynx">travelynx</a> v<%= stash('version') // '???' %><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/> + <a href="<%= app->config->{ref}{source} // 'https://git.finalrewind.org/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> v<%= $Travel::Status::DE::DBRIS::VERSION %>, |