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.88; helo=mga01.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 60C9C210F4BA6 for ; Mon, 27 Aug 2018 22:36:25 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2018 22:36:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,298,1531810800"; d="scan'208";a="65704987" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by fmsmga007.fm.intel.com with ESMTP; 27 Aug 2018 22:36:23 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Jian J Wang , Eric Dong , Michael D Kinney , Laszlo Ersek , Andrew Fish , Leif Lindholm Date: Tue, 28 Aug 2018 13:36:11 +0800 Message-Id: <1535434571-57948-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH] Maintainers.txt: Update maintainer of 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, 28 Aug 2018 05:36:25 -0000 Add Jian J Wang and remove Eric Dong . Eric is focusing on UefiCpuPkg. Cc: Jian J Wang Cc: Eric Dong Cc: Michael D Kinney Cc: Laszlo Ersek Cc: Andrew Fish Cc: Leif Lindholm Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- Maintainers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index df7dc48f75b5..61df6e198b79 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -172,7 +172,7 @@ M: Rangasai V Chaganty MdeModulePkg W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg M: Star Zeng -M: Eric Dong +M: Jian J Wang M: NetworkPkg maintainers (Universal/Network and related libraries, header files) R: Ruiyu Ni -- 2.7.0.windows.1