diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2024-11-11 09:20:14 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2024-11-13 17:45:54 +0100 |
commit | 285d1c8c11f44df163f07ea85ed437947b648f29 (patch) | |
tree | 7a934fa38ce6457e435855151e45f84a7ae576cf /.github | |
parent | 4e0eb99d1b6e8cae228b5300a489c282602cd3e3 (diff) | |
download | nextcloud-server-285d1c8c11f44df163f07ea85ed437947b648f29.tar.gz nextcloud-server-285d1c8c11f44df163f07ea85ed437947b648f29.zip |
chore(github): Update groupware code ownersbackport/49196/stable29
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 412848446b6..af5edd637e4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,10 +6,10 @@ /apps/contactsinteraction/lib @kesselb @SebastianKrupinski /apps/contactsinteraction/tests @kesselb @SebastianKrupinski /apps/dashboard/appinfo/info.xml @julien-nc @juliusknorr -/apps/dav/lib/CalDAV @miaulalala @st3iny @SebastianKrupinski -/apps/dav/lib/CardDAV @miaulalala @st3iny @SebastianKrupinski -/apps/dav/tests/unit/CalDAV @miaulalala @st3iny @SebastianKrupinski -/apps/dav/tests/unit/CardDAV @miaulalala @st3iny @SebastianKrupinski +/apps/dav/lib/CalDAV @st3iny @SebastianKrupinski @tcitworld +/apps/dav/lib/CardDAV @hamza221 @SebastianKrupinski +/apps/dav/tests/unit/CalDAV @st3iny @SebastianKrupinski @tcitworld +/apps/dav/tests/unit/CardDAV @hamza221 @SebastianKrupinski /apps/encryption/appinfo/info.xml @come-nc @icewind1991 /apps/federatedfilesharing/appinfo/info.xml @icewind1991 @danxuliu /apps/federation/appinfo/info.xml @nfebe @@ -41,7 +41,7 @@ # Security team /resources/codesigning @mgallien @miaulalala @nickvergessen -/resources/config/ca-bundle.crt @ChristophWurst @miaulalala @nickvergessen +/resources/config/ca-bundle.crt @miaulalala @nickvergessen /.drone.yml @nickvergessen # Two-Factor Authentication |