From a11aa9b9806380b22308af2f0b327946b2b7f557 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 27 Jul 2020 17:56:11 -0700 Subject: [PATCH] meta: enable http2 team for CODEOWNERS PR-URL: https://github.com/nodejs/node/pull/34534 Reviewed-By: Anna Henningsen --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f347898aeb3252..2413b5e89f646a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -50,12 +50,12 @@ # http2 -# ./deps/nghttp2/* @nodejs/http2 @nodejs/net -# ./doc/api/http2.md @nodejs/http2 @nodejs/net -# ./lib/http2.js @nodejs/http2 @nodejs/net -# ./lib/internal/http2/* @nodejs/http2 @nodejs/net -# ./src/node_http2* @nodejs/http2 @nodejs/net -# ./src/node_mem* @nodejs/http2 +./deps/nghttp2/* @nodejs/http2 @nodejs/net +./doc/api/http2.md @nodejs/http2 @nodejs/net +./lib/http2.js @nodejs/http2 @nodejs/net +./lib/internal/http2/* @nodejs/http2 @nodejs/net +./src/node_http2* @nodejs/http2 @nodejs/net +./src/node_mem* @nodejs/http2 # quic