diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-07 19:13:21 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-07 19:13:21 +0100 |
commit | ddfda699615e1ab75290e74a1ff543dc37b3dde3 (patch) | |
tree | ae05d3b73538ef17e8a40e5164b766e368de1f4c /src/jwebmail/templates/about.html | |
parent | fdb1a232b3efc23bffb7c75c4e8975a60b449c8f (diff) |
correct about page and update pyproject file
this makes redis and mysql optional dependencies
Diffstat (limited to 'src/jwebmail/templates/about.html')
-rw-r--r-- | src/jwebmail/templates/about.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jwebmail/templates/about.html b/src/jwebmail/templates/about.html index e62e1c6..bb86066 100644 --- a/src/jwebmail/templates/about.html +++ b/src/jwebmail/templates/about.html @@ -31,9 +31,9 @@ <p> This is a <a href="http://www.gnu.org/copyleft/gpl.html" target="_new">GPL</a> - licensed project, created by <a href="mailto:">Olivier 'omnis' Müller</a> - and currently maintained by - <a href="mailto:jannis@fehcom.de">Jannis M. Hoffmann</a> + licensed project, created by + <a href="mailto:jannis@fehcom.de">Jannis M. Hoffmann</a>. + It was inspired by omail. </p> <h3>Supported languages</h3> |