Skip to content

Commit a43b7ff

Browse files
richardlauMylesBorins
authored andcommitted
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: #34947 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 72ce09d commit a43b7ff

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/CODEOWNERS

-9
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@
7373
/src/node_http2* @nodejs/http2 @nodejs/net
7474
/src/node_mem* @nodejs/http2
7575

76-
# quic
77-
78-
/deps/ngtcp2/ @nodejs/quic
79-
/deps/nghttp3/ @nodejs/quic
80-
/doc/api/quic.md @nodejs/quic
81-
/lib/internal/quic/ @nodejs/quic
82-
/src/node_bob* @nodejs/quic
83-
/src/quic/ @nodejs/quic
84-
8576
# modules
8677

8778
/doc/api/modules.md @nodejs/modules

0 commit comments

Comments
 (0)