From 74e9b5c8a690bda6967917e6315f10472572ada4 Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 9 Jun 2024 12:05:56 -0600 Subject: [PATCH] chore: Update codeowners (#5286) --- .github/CODEOWNERS | 12 ++++++------ website/src/app/about/team.tsx | 7 ------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eb1123471..90748a542 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ # .github/ @AndrewDryga @jamilbk -# elixir/ @AndrewDryga -# terraform/ @AndrewDryga -# website/ @jamilbk -# rust/ @conectado -# swift/ @roop -# kotlin/ @pratikvelani +# elixir/ @AndrewDryga @bmanifold +# terraform/ @AndrewDryga @bmanifold +# website/ @jamilbk @AndrewDryga +# rust/ @thomaseizinger @conectado @ReactorScram +# swift/ @jamilbk @ReactorScram +# kotlin/ @jamilbk @conectado diff --git a/website/src/app/about/team.tsx b/website/src/app/about/team.tsx index ff69306f2..7efdf6ced 100644 --- a/website/src/app/about/team.tsx +++ b/website/src/app/about/team.tsx @@ -93,13 +93,6 @@ export default function Team() { githubUrl: new URL("https://github.com/thomaseizinger"), linkedinUrl: new URL("https://www.linkedin.com/in/thomas-eizinger"), }, - { - name: "Roopesh Chander", - title: "Apple Platform Engineer", - imgSrc: gravatar("roop@roopc.net", 200), - xUrl: new URL("https://x.com/roopcnet"), - githubUrl: new URL("https://github.com/roop"), - }, { name: "Brian Manifold", title: "Senior Full-stack Engineer",