diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-26 09:59:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 09:59:35 +0100 |
commit | 9fd29173cf83da8113b5a945f7b610b2e45ed312 (patch) | |
tree | 66aeb36a38c2264703b9f40545829f0d9ccc9526 /core | |
parent | fbbcf26099749440858bcaba2f8f6de4cc4612bc (diff) | |
parent | e9ca59ef0a4e82903de6054510c8ab3804f91fcd (diff) | |
download | nextcloud-server-9fd29173cf83da8113b5a945f7b610b2e45ed312.tar.gz nextcloud-server-9fd29173cf83da8113b5a945f7b610b2e45ed312.zip |
Merge pull request #26281 from hosting-de/fix/email
Change my email address
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Group/Info.php | 4 | ||||
-rw-r--r-- | core/Command/User/Setting.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/Command/Group/Info.php b/core/Command/Group/Info.php index 225c3444397..b8dce961dd8 100644 --- a/core/Command/Group/Info.php +++ b/core/Command/Group/Info.php @@ -3,9 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <j.leuker@hosting.de> + * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de> * - * @author Johannes Leuker <j.leuker@hosting.de> + * @author Johannes Leuker <developers@hosting.de> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php index de621aea182..7b616269712 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.php @@ -4,7 +4,7 @@ * * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> - * @author Johannes Leuker <j.leuker@hosting.de> + * @author Johannes Leuker <developers@hosting.de> * @author Kim Brose <kim.brose@rwth-aachen.de> * @author Roeland Jago Douma <roeland@famdouma.nl> * |