diff --git a/README.md b/README.md index 1f838e226d..3f361c6ee9 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ you can join us at The current maintainers of this repository are: +* Hannah von Reth +* Dominik Schmidt * Markus Goetz * Olivier Goffart * Christian Kamm @@ -57,6 +59,7 @@ patches from a variety of authors](https://github.com/owncloud/client/graphs/con Past maintainers: +* Thomas Müller * Klaas Freitag * Daniel Molkentin * Andreas Schneider diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 3a4010fdb1..b06119ddfa 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -343,7 +343,7 @@ QString Theme::about() const devString = tr("

Version %2. For more information visit https://%4

" "

For known issues and help, please visit: https://central.owncloud.org

" "

By Klaas Freitag, Daniel Molkentin, Olivier Goffart, Markus Götz, " - " Jan-Christoph Borchardt, and others.

") + " Jan-Christoph Borchardt, Thomas Müller, Dominik Schmidt, Hannah von Reth, and others.

") .arg(Utility::escape(MIRALL_VERSION_STRING), Utility::escape("https://" MIRALL_STRINGIFY(APPLICATION_DOMAIN)), Utility::escape(MIRALL_STRINGIFY(APPLICATION_DOMAIN)));