From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1823221B02822 for ; Mon, 26 Nov 2018 16:36:46 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Nov 2018 16:36:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,284,1539673200"; d="scan'208";a="100173882" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.9]) by FMSMGA003.fm.intel.com with ESMTP; 26 Nov 2018 16:36:44 -0800 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Star Zeng , Jian J Wang Date: Tue, 27 Nov 2018 08:36:42 +0800 Message-Id: <20181127003642.14736-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH] Maintainers.txt: Update maintainer & reviewer info for MdeModulePkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2018 00:36:47 -0000 Update Star as the reviewer of MdeModulePkg; Add Hao Wu as the 2nd maintainer of MdeModulePkg. Cc: Star Zeng Cc: Jian J Wang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu --- Maintainers.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index f3ead7c504..39a2bf261e 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -170,13 +170,14 @@ M: Rangasai V Chaganty MdeModulePkg W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg -M: Star Zeng M: Jian J Wang +M: Hao Wu M: NetworkPkg maintainers (Universal/Network and related libraries, header files) R: Ruiyu Ni (especially for Bus, Universal/Console, Universal/Disk, Universal/BdsDxe and related libraries, header files) +R: Star Zeng MdePkg W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg -- 2.12.0.windows.1