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.93; helo=mga11.intel.com; envelope-from=benjamin.you@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 76BA52034AB0A for ; Mon, 30 Oct 2017 23:53:57 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2017 23:57:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,322,1505804400"; d="scan'208";a="329943289" Received: from zyou1-mobl.ccr.corp.intel.com ([10.239.158.165]) by fmsmga004.fm.intel.com with ESMTP; 30 Oct 2017 23:57:47 -0700 From: Benjamin You To: edk2-devel@lists.01.org Cc: maurice.ma@intel.com, prince.agyeman@intel.com Date: Tue, 31 Oct 2017 14:55:51 +0800 Message-Id: <20171031065551.20276-1-benjamin.you@intel.com> X-Mailer: git-send-email 2.14.3.windows.1 Subject: [PATCH] Add one maintainer to CorebootModulePkg and CorebootPayloadPkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2017 06:53:57 -0000 Add one maintainer (Benjamin You) to CorebootModulePkg and CorebootPayloadPkg Cc: Maurice Ma Cc: Prince Agyeman Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Benjamin You --- Maintainers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Maintainers.txt b/Maintainers.txt index 297a9bfd2b..3930ff07a9 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -91,6 +91,7 @@ CorebootModulePkg, CorebootPayloadPkg W: https://github.com/tianocore/tianocore.github.io/wiki/Coreboot_UEFI_payload M: Maurice Ma M: Prince Agyeman +M: Benjamin You S: Maintained CryptoPkg -- 2.14.3.windows.1