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.43; helo=mga05.intel.com; envelope-from=chao.b.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 17EA8211D67F2 for ; Thu, 7 Mar 2019 18:56:44 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 18:56:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,454,1544515200"; d="scan'208";a="140141793" Received: from shwde9099.ccr.corp.intel.com ([10.239.9.119]) by orsmga002.jf.intel.com with ESMTP; 07 Mar 2019 18:56:43 -0800 From: "Zhang, Chao B" To: edk2-devel@lists.01.org Cc: Yao Jiewen , Jian Wang Date: Fri, 8 Mar 2019 10:56:38 +0800 Message-Id: <20190308025638.81892-1-chao.b.zhang@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 MIME-Version: 1.0 Subject: [Patch] Maintainers.txt: Change package maintainer and reviewer of SecurityPkg. 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: Fri, 08 Mar 2019 02:56:45 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Yao Jiewen Cc: Jian Wang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhang, Chao B --- Maintainers.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 7772926b2f..08a676b236 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -1,6 +1,6 @@ -EDK II Maintainers +EDK II Maintainers ================== This file provides information about the primary maintainers for EDK II. @@ -237,10 +237,11 @@ M: Kelly Steele SecurityPkg W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg M: Chao Zhang M: Jiewen Yao +M: Jian Wang ShellBinPkg W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg M: Jaben Carsey (Ia32/X64) M: Ray Ni (Ia32/X64) -- 2.16.2.windows.1