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=star.zeng@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 50F4D203564A3 for ; Tue, 28 Nov 2017 01:57:17 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2017 02:01:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,467,1505804400"; d="scan'208";a="178645700" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by orsmga005.jf.intel.com with ESMTP; 28 Nov 2017 02:01:38 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Ruiyu Ni Date: Tue, 28 Nov 2017 18:01:36 +0800 Message-Id: <1511863296-14128-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH] Add Ruiyu as MdeModulePkg reviewer 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, 28 Nov 2017 09:57:17 -0000 Add Ruiyu as MdeModulePkg reviewer, especially for some Domains. Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- Maintainers.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index ffb69c17fe2e..fbfc74e183ba 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -168,6 +168,9 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg M: Star Zeng M: Eric Dong M: NetworkPkg maintainers (Universal/Network) +R: Ruiyu Ni + (especially for Bus, Universal/Console, Universal/Disk, + Universal/BdsDxe and related libraries, header files) MdePkg W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg -- 2.7.0.windows.1