summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohannes Leuker <j.leuker@hosting.de>2021-03-24 15:13:56 +0100
committerJohannes Leuker <j.leuker@hosting.de>2021-03-24 15:13:56 +0100
commite9ca59ef0a4e82903de6054510c8ab3804f91fcd (patch)
tree2382d61ba48537ee53c573e33ef58c1851fa17f5 /core
parent4406092fd680dc26001a78cdcf179aca3dc0b235 (diff)
downloadnextcloud-server-e9ca59ef0a4e82903de6054510c8ab3804f91fcd.tar.gz
nextcloud-server-e9ca59ef0a4e82903de6054510c8ab3804f91fcd.zip
Change my email address
Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
Diffstat (limited to 'core')
-rw-r--r--core/Command/Group/Info.php4
-rw-r--r--core/Command/User/Setting.php2
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>
*