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.120; helo=mga04.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 F0F99211944A2 for ; Thu, 29 Nov 2018 00:08:45 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2018 00:08:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,293,1539673200"; d="scan'208";a="96894161" Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.127]) by fmsmga007.fm.intel.com with ESMTP; 29 Nov 2018 00:08:44 -0800 From: Yonghong Zhu To: edk2-devel@lists.01.org Cc: Bob Feng , Liming Gao Date: Thu, 29 Nov 2018 16:08:41 +0800 Message-Id: <1543478921-25436-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 Subject: [Patch] Maintainers.txt: Update BaseTools 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: Thu, 29 Nov 2018 08:08:46 -0000 As Yonghong has some other focus, change him from maintainer to reviewer, Bob will be the new maintainer. Cc: Bob Feng Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu --- Maintainers.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 8a9f8df..2031db6 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -82,12 +82,13 @@ M: Laszlo Ersek M: Ard Biesheuvel R: Julien Grall BaseTools W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools -M: Yonghong Zhu +M: Bob Feng M: Liming Gao +R: Yonghong Zhu BeagleBoardPkg W: https://github.com/tianocore/tianocore.github.io/wiki/BeagleBoardPkg M: Leif Lindholm M: Ard Biesheuvel -- 2.6.1.windows.1