diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-06-15 16:33:58 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-06-15 22:11:45 +0000 |
commit | 965360f46833a06976b8113e00cc0e0601cc0e04 (patch) | |
tree | 12fe139a65c7010916ca8c11928b16d0a44cd9af /.github/CODEOWNERS | |
parent | 630e4835f070d99d7c7f410b05f13b9b10f1265e (diff) | |
download | nextcloud-server-965360f46833a06976b8113e00cc0e0601cc0e04.tar.gz nextcloud-server-965360f46833a06976b8113e00cc0e0601cc0e04.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 |