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.31; helo=mga06.intel.com; envelope-from=ting.ye@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 0A6FA2119FF40 for ; Wed, 12 Dec 2018 23:42:08 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2018 23:42:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,347,1539673200"; d="scan'208";a="118429486" Received: from shwdeopenpsi077.ccr.corp.intel.com ([10.239.9.120]) by orsmga001.jf.intel.com with ESMTP; 12 Dec 2018 23:42:07 -0800 From: tye1 To: edk2-devel@lists.01.org Cc: Gang Wei , Jian Wang , Ting Ye Date: Thu, 13 Dec 2018 15:41:06 +0800 Message-Id: <20181213074106.10300-1-ting.ye@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [PATCH] Maintainers.txt: Change package maintainer and reviewer of CryptoPkg. 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, 13 Dec 2018 07:42:09 -0000 Cc: Gang Wei Cc: Jian Wang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ting Ye --- Maintainers.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 001d8ba010..d5cb305da9 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -102,8 +102,9 @@ S: Maintained CryptoPkg W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg -M: Qin Long M: Ting Ye +R: Gang Wei +R: Jian Wang DynamicTablesPkg W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg -- 2.16.2.windows.1