From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web11.3318.1658354323481174716 for ; Wed, 20 Jul 2022 14:58:47 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=HxGEr0T6; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: michael.d.kinney@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658354327; x=1689890327; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=J/SWVANSqWl5L/5OMghOsmRlhTjvAL4GJYme15GQ1LA=; b=HxGEr0T6PeZ4YMyFrBo30WW37F0grW8+Qfmo9q/4xxxQ7CZRRcBI5eAT uxd8Q/l3d1dT9Bg1Ua8beSMKUT9UsKnWUkYl4uPSEEJ9kKKhIYR0NmuSf 2zMiBFk4piQYPXhWdtX4jsGIM3L6hLTutq6mk9JRjMdZ6RKNEH6vnPA5T elL3YNC3luJlTGtkCpdYQJnN6xrR2Fq5Dq55l6lk2MS9CnIWPTSeTVMab 3KwQSmK6f16srjFNwuOzSwPaK84IA6wQ96EQWWFcYNSG8pUqhRPt2ZOaB +v4zJnU2OKyICnn4lk3Fwr80B7dH0YaXJbB52a7ywVrXtd4KfrHOBSaun w==; X-IronPort-AV: E=McAfee;i="6400,9594,10414"; a="273735548" X-IronPort-AV: E=Sophos;i="5.92,287,1650956400"; d="scan'208";a="273735548" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2022 14:58:46 -0700 X-IronPort-AV: E=Sophos;i="5.92,287,1650956400"; d="scan'208";a="925398141" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.71.131]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2022 14:58:46 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Daniel Schaefer , Sean Rhodes , Debkumar De , Erdem Aktas Subject: [Patch 2/3] Maintainers.txt: Add missing github ids Date: Wed, 20 Jul 2022 14:58:27 -0700 Message-Id: <20220720215828.894-3-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.32.0.windows.1 In-Reply-To: <20220720215828.894-1-michael.d.kinney@intel.com> References: <20220720215828.894-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Andrew Fish Cc: Leif Lindholm Cc: Daniel Schaefer Cc: Sean Rhodes Cc: Debkumar De Cc: Erdem Aktas Signed-off-by: Michael D Kinney --- Maintainers.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 3ddb6805dbce..5a87bc116647 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -100,7 +100,7 @@ M: Ard Biesheuvel [ardbiesheuvel] RISCV64 F: */RiscV64/ M: Abner Chang [changab] -R: Daniel Schaefer +R: Daniel Schaefer [JohnAZoidberg] EDK II Continuous Integration: ------------------------------ @@ -371,7 +371,7 @@ MdeModulePkg: Pei Core F: MdeModulePkg/Core/Pei/ R: Dandan Bi [dandanbi] R: Liming Gao [lgao4] -R: Debkumar De +R: Debkumar De [dde01] R: Harry Han R: Catharine West [catharine-intl] @@ -474,7 +474,7 @@ F: OvmfPkg/PlatformPei/AmdSev.c F: OvmfPkg/ResetVector/ F: OvmfPkg/Sec/ R: Brijesh Singh [codomania] -R: Erdem Aktas +R: Erdem Aktas [ruleof2] R: James Bottomley [jejb] R: Jiewen Yao [jyao1] R: Min Xu [mxu9] @@ -602,7 +602,7 @@ R: Rahul Kumar [rahul1-kumar] UefiCpuPkg: Sec related modules F: UefiCpuPkg/SecCore/ F: UefiCpuPkg/ResetVector/ -R: Debkumar De +R: Debkumar De [dde01] R: Harry Han R: Catharine West [catharine-intl] @@ -611,7 +611,7 @@ F: UefiPayloadPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg M: Guo Dong [gdong1] M: Ray Ni [niruiyu] -M: Sean Rhodes +M: Sean Rhodes [Sean-StarLabs] S: Maintained UnitTestFrameworkPkg -- 2.32.0.windows.1