diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2022-11-20 09:18:42 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2022-11-20 09:18:42 +0100 | 
| commit | 500f555da60847c28bacf8070627cb0cb8682e34 (patch) | |
| tree | 28348557801b973ad9de38257e09cef19f318f95 | |
| parent | d0b89ba6d39c43788775593a107ae582039434da (diff) | |
about: twitter -> mastodon
| -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 027d345..f26012f 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://twitter.com/derfnull">@derfnull</a><br/> +		Entwickelt von <a href="https://social.antifa.gmbh/@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> | 
