From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 72CCA21A09130 for ; Tue, 27 Nov 2018 17:18:45 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2018 17:18:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,288,1539673200"; d="scan'208";a="112662335" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by fmsmga004.fm.intel.com with ESMTP; 27 Nov 2018 17:18:43 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Jian J Wang , Hao Wu Date: Wed, 28 Nov 2018 09:18:36 +0800 Message-Id: <1543367916-9128-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH] Maintainers.txt: Update MdeModulePkg maintainers 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: Wed, 28 Nov 2018 01:18:45 -0000 As Star has some other focus, change Star from maintainer to reviewer, Jian will be the first maintainer, and add Hao as the second maintainer. Cc: Jian J Wang Cc: Hao Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- Maintainers.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 91a4657adcd1..371268822427 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.7.0.windows.1