From e781d996d41b8e8dfc1931f628f06ac08e55de78 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Tue, 26 May 2020 12:57:34 +0200 Subject: [PATCH] Update list of contributors --- README.md | 3 +++ src/libsync/theme.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)));