diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2020-12-17 21:33:01 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-17 21:33:01 +0100 | 
| commit | 01acb87f2a7367844fe56349476814ee9f7e47dd (patch) | |
| tree | 1fc0ac251313921838e23f7a6d08317bbf0f66c0 | |
| parent | aa64702369331d55db97d9298fe23f3bf8e43b06 (diff) | |
about: add link to github repository
| -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 ee10483..7ddb256 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -3,7 +3,7 @@  		<a href="https://finalrewind.org/projects/db-fakedisplay/">db-infoscreen</a>  		v<%= stash('version') // '???' %><br/>  		Entwickelt von <a href="https://twitter.com/derfnull">@derfnull</a><br/> -		db-infoscreen ist quelloffene Software (Open Source).<br/> +		db-infoscreen ist <a href="https://github.com/derf/db-fakedisplay">quelloffene Software</a> (Open Source).<br/>  		<br/>  		Backends:<br/>  		Abfahrtstafel: <a href="https://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a> | 
