diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-15 16:33:58 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-15 16:33:58 +0200 |
commit | 1cc45d4a00b5e3aa75a281b7ef680da2a99f1d22 (patch) | |
tree | e702516794524a78d5fe4774c22ab6eae8beb464 /.github/CODEOWNERS | |
parent | 6cb75e8bf59e06b14734ad31e37d7707c2a2a281 (diff) | |
download | nextcloud-server-1cc45d4a00b5e3aa75a281b7ef680da2a99f1d22.tar.gz nextcloud-server-1cc45d4a00b5e3aa75a281b7ef680da2a99f1d22.zip |
fix: Removed invalid user from CODEOWNERS file
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 25d5e178f8a..b96a3545898 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,7 @@ /apps/dav/lib/CardDAV @ChristophWurst @miaulalala @tcitworld /apps/encryption/appinfo/info.xml @come-nc @icewind1991 /apps/federatedfilesharing/appinfo/info.xml @icewind1991 @danxuliu -/apps/federation/appinfo/info.xml @vitormattos @datenangebot +/apps/federation/appinfo/info.xml @datenangebot /apps/files/appinfo/info.xml @skjnldsv @Pytal @ArtificialOwl @come-nc @artonge @icewind1991 @szaimen @susnux @Fenn-CS /apps/files_external/appinfo/info.xml @icewind1991 @artonge /apps/files_sharing/appinfo/info.xml @skjnldsv @come-nc |