diff options
-rw-r--r-- | THANKYOU | 8 | ||||
-rw-r--r-- | modules/admin-core/luasrc/view/about.htm | 1 |
2 files changed, 4 insertions, 5 deletions
@@ -1,13 +1,11 @@ I'd like to thank the following people for contributing to this software: - -* Jow (Freifunk Leipzig) - - for his feedback and the SVN repository account * Mono (Freifunk Halle) - for donating a Linksys WRT54GL for development purposes +* tetzlav (Freifunk Leipzig) + - for donating several boards for testing and his feedback + * Mickey (Freifunk Hannover) - for his feedback and fixes for the OpenWRT builds -* nbd (OpenWRT) - - for his work on OpenWRT integration and lua modules
\ No newline at end of file diff --git a/modules/admin-core/luasrc/view/about.htm b/modules/admin-core/luasrc/view/about.htm index 84b26db1d..20c208943 100644 --- a/modules/admin-core/luasrc/view/about.htm +++ b/modules/admin-core/luasrc/view/about.htm @@ -21,6 +21,7 @@ <h2><%:c_thanksto%></h2> <ul style="font-weight: bold"> <li><a href="http://www.computerhilfe-halle.de">Mono</a> (Computerhilfe-Halle.de)</li> + <li><a href="mailto:tetzlav-at-leipzig.freifunk-dot-net">tetzlav</a> (Freifunk Leipzig)</li> <li><a href="mailto:mickey-at-netfreaks-dot-org">Mickey Knox</a> (Freifunk Hannover)</li> </ul> <%+footer%>
\ No newline at end of file |