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.151; helo=mga17.intel.com; envelope-from=michael.a.kubacki@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 CAFC2211B81B1 for ; Tue, 22 Jan 2019 11:32:18 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2019 11:32:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,507,1539673200"; d="scan'208";a="111816448" Received: from makuback-desk1.amr.corp.intel.com ([10.9.70.181]) by orsmga008.jf.intel.com with ESMTP; 22 Jan 2019 11:32:17 -0800 From: Michael Kubacki To: edk2-devel@lists.01.org Cc: Hao Wu , Liming Gao , Chasel Chiu , Jiewen Yao , Michael D Kinney Date: Tue, 22 Jan 2019 11:31:17 -0800 Message-Id: <20190122193117.24496-1-michael.a.kubacki@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [PATCH v1 1/1] Maintainers.txt: Update MinPlatformPkg 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: Tue, 22 Jan 2019 19:32:19 -0000 Cc: Hao Wu Cc: Liming Gao Cc: Chasel Chiu Cc: Jiewen Yao Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kubacki --- Platform/Intel/Maintainers.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/Intel/Maintainers.txt b/Platform/Intel/Maintainers.txt index b2c51259b8..7b27459fcf 100644 --- a/Platform/Intel/Maintainers.txt +++ b/Platform/Intel/Maintainers.txt @@ -39,11 +39,11 @@ EDK II Packages: ---------------- KabylakeOpenBoardPkg M: Chasel Chiu -M: Michael A Kubacki +M: Michael Kubacki MinPlatformPkg -M: Michael A Kubacki -M: Jiewen Yao +M: Michael Kubacki +R: Chasel Chiu PurleyOpenBoardPkg M: Shifei A Lu -- 2.16.2.windows.1