From 2b3d4bd550bf26826f19b32d4315f73c8f4a6276 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 27 Aug 2020 06:30:46 -0400 Subject: [PATCH] meta: remove non-existent quic from CODEOWNERS quic support doesn't exist prior to Node.js 15 and is unlikely to due to requiring patches on top of openssl. Remove the entries from CODEOWNERS to fix the CODEOWNERS linting, which currently fails as it refers to non-existent paths. PR-URL: https://github.com/nodejs/node/pull/34947 Reviewed-By: Beth Griggs Reviewed-By: Myles Borins Reviewed-By: Jiawen Geng Reviewed-By: Shelley Vohr Reviewed-By: Mary Marchini Reviewed-By: Matteo Collina --- .github/CODEOWNERS | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7f960ac7dae95c..636cbb61f05bd2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -74,15 +74,6 @@ /src/node_http2* @nodejs/http2 @nodejs/net /src/node_mem* @nodejs/http2 -# quic - -/deps/ngtcp2/ @nodejs/quic -/deps/nghttp3/ @nodejs/quic -/doc/api/quic.md @nodejs/quic -/lib/internal/quic/ @nodejs/quic -/src/node_bob* @nodejs/quic -/src/quic/ @nodejs/quic - # modules /doc/api/modules.md @nodejs/modules