From nobody Mon Apr 29 08:44:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+47308+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+47308+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1568681040; cv=none; d=zoho.com; s=zohoarc; b=hkCc6pEpRk+VciizTxYEsvKinRUMqzU4wigo+EDdCL932Hx/1Q4p5IBVbMwmC8QUi0sXyDQ5MNoWMaeAmP7RMz8Uo0VyuEEqgA6o3D9Fxo6c4LDoYHoVBwD68HjSQ+LGD8dayzpj79fzFQFy3rOVYOc2iZhh9/85ONAVtKOVv+A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568681040; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=AVgWaIcisXNij3Ey3ScFDkGH5GmgiQA93mOpO9jmZ3Y=; b=CYnJilfyYjvu+9wo5TjFmzNvILLy8gjFE1elVxYWC9al8hsQ16sUMG5Q1nqNk6rniDzHu294bJtmJ/cxcOX2Ej7a10LmVkMGzqTW/lsckLMeGrt1pCXH3h3DUxgsPrAeLsijIA/OoTc1ngphIlG3sX8XoRPIA+OqnoRFqS2KB9E= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+47308+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 15686810403031021.874906632852; Mon, 16 Sep 2019 17:44:00 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id McxFYY1788612xsiFT3hLB76; Mon, 16 Sep 2019 17:43:59 -0700 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Mon, 16 Sep 2019 17:43:59 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 17:43:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,514,1559545200"; d="scan'208";a="193605805" X-Received: from shwdeopenlab512.ccr.corp.intel.com ([10.239.12.130]) by FMSMGA003.fm.intel.com with ESMTP; 16 Sep 2019 17:43:57 -0700 From: "Ye, Ting" To: devel@edk2.groups.io Cc: jian.j.wang@intel.com, Ting Ye Subject: [edk2-devel] [PATCH] Change package reviewer of CryptoPkg. Date: Tue, 17 Sep 2019 08:43:52 +0800 Message-Id: <20190917004352.873-1-ting.ye@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ting.ye@intel.com X-Gm-Message-State: S3VeoutliCclztlUCFuRA1u4x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1568681039; bh=NA3DpTG9ezZNk2LwsCEzp+ssjqI56zk2pYluv21hoIo=; h=Cc:Date:From:Reply-To:Subject:To; b=lCiLTll6DXs750ogakl8H1ldR5ltWGNiAOf01vVdHa08XX4hA4RxkOk7sMPGpjlax5Y zE8UduI+jUaRTh32iFSvTzw6uJpJurJm4yfgrpofaGVZwmSbeyLIGF9ZeautgvfEdKq0J BcFcNJK6o/+J02fYrEbPHjiXTcrxmQE/R9g= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Remove Ting Ye from reviewer role and add Xiaoyu Lu as new reviewer of Cryp= toPkg. Cc: Jian J Wang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ting Ye Reviewed-by: Jian J Wang Reviewed-by: Xiaoyu Lu --- Maintainers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 919baccc56..dcf81c737a 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -131,7 +131,7 @@ CryptoPkg F: CryptoPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg M: Jian Wang -R: Ting Ye +R: Xiaoyu Lu =20 DynamicTablesPkg F: DynamicTablesPkg/ --=20 2.22.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47308): https://edk2.groups.io/g/devel/message/47308 Mute This Topic: https://groups.io/mt/34171548/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-