Skip to content

Commit 85a0072

Browse files
committedMar 21, 2024
adjust responsibility
1 parent 8355781 commit 85a0072

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ How-To's
148148

149149
## Authors & Sponsors
150150

151-
* Simon Praetorius - praetorius@sitegeist.de
151+
* Ulrich Mathes - mathes@sitegeist.de
152+
* Simon Praetorius - moin@praetorius.me
152153
* [All contributors](https://github.com/sitegeist/fluid-components/graphs/contributors)
153154

154155
*The development and the public-releases of this package is generously sponsored

‎composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
"license": ["GPL-2.0-or-later"],
77
"keywords": ["typo3", "typo3-extension", "fluid", "typo3-fluid", "components", "html", "template"],
88
"authors": [
9+
{
10+
"name": "Ulrich Mathes",
11+
"email": "mathes@sitegeist.de"
12+
},
913
{
1014
"name": "Simon Praetorius",
11-
"email": "praetorius@sitegeist.de"
15+
"email": "moin@praetorius.me"
1216
}
1317
],
1418
"support": {

‎ext_emconf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
'title' => 'Fluid Components',
44
'description' => 'Encapsulated frontend components with Fluid\'s ViewHelper syntax',
55
'category' => 'fe',
6-
'author' => 'Simon Praetorius',
7-
'author_email' => 'praetorius@sitegeist.de',
6+
'author' => 'Ulrich Mathes, Simon Praetorius',
7+
'author_email' => 'mathes@sitegeist.de, moin@praetorius.me',
88
'author_company' => 'sitegeist media solutions GmbH',
99
'state' => 'stable',
1010
'uploadfolder' => false,

0 commit comments

Comments
 (0)