diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-11-21 19:43:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-11-21 19:43:13 +0100 |
commit | 36d1f653d31695a7bb3b8f94e23327c1c1bd23c7 (patch) | |
tree | fcad508b349b447b23d15afa5fb71104c85a9d07 /templates/about.html.ep | |
parent | a223d12a9a9bafcc92a72cadcb3d7251b5db9060 (diff) |
about: activitypub -> skyshaper.org
Diffstat (limited to 'templates/about.html.ep')
-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 f26012f..cc32f80 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -1,7 +1,7 @@ <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://social.antifa.gmbh/@derf">derf</a><br/> + Entwickelt von <a href="https://social.skyshaper.org/derf">derf</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-IRIS/">Travel::Status::DE::IRIS</a> |