From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=shenglei.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 1457421A07A82 for ; Wed, 5 Dec 2018 19:11:45 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2018 19:11:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,320,1539673200"; d="scan'208";a="125495134" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga004.fm.intel.com with ESMTP; 05 Dec 2018 19:11:43 -0800 From: Shenglei Zhang To: edk2-devel@lists.01.org Cc: Ruiyu Ni , Hao Wu , Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney Date: Thu, 6 Dec 2018 11:11:40 +0800 Message-Id: <20181206031140.23512-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Subject: [PATCH] Maintainers.txt: Remove DuetPkg 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: Thu, 06 Dec 2018 03:11:47 -0000 Since DuetPkg is due to be removed, Maintainers.txt should also be updated. https://bugzilla.tianocore.org/show_bug.cgi?id=1322 Cc: Ruiyu Ni Cc: Hao Wu Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- Maintainers.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 3f6e4e091b..001d8ba010 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -105,11 +105,6 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg M: Qin Long M: Ting Ye -DuetPkg -W: https://github.com/tianocore/tianocore.github.io/wiki/DuetPkg -M: Ruiyu Ni -M: Hao Wu - DynamicTablesPkg W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg M: Evan Lloyd -- 2.18.0.windows.1