Remove PombeirP from maintainer lists

Signed-off-by: Pedro Pombeiro <noreply@pedro.pombei.ro>
This commit is contained in:
Pedro Pombeiro 2020-01-17 16:42:59 +01:00
parent f3df8b2ec8
commit 23036917ce
No known key found for this signature in database
GPG Key ID: B04C63F91EF312EF
2 changed files with 5 additions and 6 deletions

8
.github/CODEOWNERS vendored
View File

@ -18,9 +18,9 @@
# precedence. When someone opens a pull request that only # precedence. When someone opens a pull request that only
# modifies Nix files, only @js-owner and not the global # modifies Nix files, only @js-owner and not the global
# owner(s) will be requested for a review. # owner(s) will be requested for a review.
*.nix @PombeirP @jakubgs *.nix @jakubgs
/nix @PombeirP @jakubgs /nix @jakubgs
/.github/ @PombeirP @jakubgs /.github/ @jakubgs
/components @status-im/status-core-ui /components @status-im/status-core-ui
@ -30,6 +30,6 @@ modules/react-native-desktop*/ @vkjr
/doc @oskarth @yenda @jeluard /doc @oskarth @yenda @jeluard
/deployment @vkjr @PombeirP /deployment @vkjr
/test/appium/ @antdanchenko @churik /test/appium/ @antdanchenko @churik

View File

@ -1,7 +1,6 @@
{ {
"recipients": [ "recipients": [
"jakubgs", "jakubgs",
"PombeirP",
"corpetty" "corpetty"
] ]
} }