Update list of contributors

This commit is contained in:
Hannah von Reth 2020-05-26 12:57:34 +02:00 committed by Hannah von Reth
parent 150a5b4d06
commit e781d996d4
2 changed files with 4 additions and 1 deletions

View File

@ -48,6 +48,8 @@ you can join us at
The current maintainers of this repository are:
* Hannah von Reth <hannah.vonreth@owncloud.com>
* Dominik Schmidt <dev@dominik-schmidt.de>
* Markus Goetz <guruz@owncloud.com>
* Olivier Goffart <ogoffart@owncloud.com>
* Christian Kamm <mail@ckamm.de>
@ -57,6 +59,7 @@ patches from a variety of authors](https://github.com/owncloud/client/graphs/con
Past maintainers:
* Thomas Müller <thomas.mueller@owncloud.com>
* Klaas Freitag <freitag@owncloud.com>
* Daniel Molkentin <daniel@molkentin.de>
* Andreas Schneider <asn@cryptomilk.org>

View File

@ -343,7 +343,7 @@ QString Theme::about() const
devString = tr("<p>Version %2. For more information visit <a href=\"%3\">https://%4</a></p>"
"<p>For known issues and help, please visit: <a href=\"https://central.owncloud.org/c/desktop-client\">https://central.owncloud.org</a></p>"
"<p><small>By Klaas Freitag, Daniel Molkentin, Olivier Goffart, Markus Götz, "
" Jan-Christoph Borchardt, and others.</small></p>")
" Jan-Christoph Borchardt, Thomas Müller, Dominik Schmidt, Hannah von Reth, and others.</small></p>")
.arg(Utility::escape(MIRALL_VERSION_STRING),
Utility::escape("https://" MIRALL_STRINGIFY(APPLICATION_DOMAIN)),
Utility::escape(MIRALL_STRINGIFY(APPLICATION_DOMAIN)));