From nobody Sun May 5 00:02:05 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1502903858548183.60694373561205; Wed, 16 Aug 2017 10:17:38 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 5297521B0E537; Wed, 16 Aug 2017 10:15:10 -0700 (PDT) Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A679921CFA5EC for ; Wed, 16 Aug 2017 10:15:08 -0700 (PDT) Received: by mail-wr0-x232.google.com with SMTP id x43so22120321wrb.3 for ; Wed, 16 Aug 2017 10:17:34 -0700 (PDT) Received: from vanye.hemma.eciton.net (cpc92316-cmbg19-2-0-cust118.5-4.cable.virginm.net. [82.12.0.119]) by smtp.gmail.com with ESMTPSA id y35sm1449812wrd.60.2017.08.16.10.17.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Aug 2017 10:17:32 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=B1RIE7QjgAa+M6f5wQ2ZOXCNTf3K694SOPClUBkODlE=; b=OjMiDkiSv/VtN7wEHLFMN+LyN23kbQsnOV7HjkQopCwhw9TdP/sQzpL0Fmi/zPBCnd LqI0tRrV+ICyUFYOPOeYCE/PT1i8eb6MHosUMOuvYtNN0DVxtYvEzblMuSiXT8eWfKuS qeNt7MwU0lwED/w/T8hWk5AN74O2ecBL+foGY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=B1RIE7QjgAa+M6f5wQ2ZOXCNTf3K694SOPClUBkODlE=; b=lNpZpkKLAsnw0+gbd7UVVpvXE6rUtH1AJ5Rxdb5vIoZCb2TvjfJezF1SN7+zciD7vG W4cshULaXWfP4oYedI86WLmUyOkwrQqfOu9mPFChhaueLuWQ6tYeWC5V0sEx9JEbpjKe +pab6ZWq1DtN1+0f2TUgjbFLoTEpaMN5iDdcCu9UWUrIkZi+TNWN70ugwr/yI/fEN9gJ LZRdBHZKMjpujX6T72XeQmKZJogIkfyaBgJ0xZwg6nNUlUc3/1pfwTD4aXqE8Ji7TJZD rN7gi3pr7yV2hBggrCHA5qbLQsxRH0fwCiwyUNm343Ap2/W4X8J8qVABw7kfRaStlbwd ZRwQ== X-Gm-Message-State: AHYfb5gNC20j4ArfyQpMW+ZfiLsB1yEx548nYlOxslAeF4xASO4nmePq K7VeFGwEc8rKHjQPFW/yOA== X-Received: by 10.223.143.102 with SMTP id p93mr1808461wrb.120.1502903853033; Wed, 16 Aug 2017 10:17:33 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Date: Wed, 16 Aug 2017 18:17:31 +0100 Message-Id: <20170816171731.19559-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] Maintainers.txt: update OvmfPkg maintainership 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: , Cc: Michael D Kinney , Jordan Justen , Laszlo Ersek , Andrew Fish , Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add Ard Biesheuvel as a maintainer on OvmfPkg. Change Jordan Justen from maintainer to reviewer. Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Laszlo Ersek Cc: Andrew Fish Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel Acked-by: Laszlo Ersek Reviewed-by: Michael D Kinney --- Maintainers.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index fd5c976056..82e864b0fd 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -192,8 +192,9 @@ M: Ruiyu Ni =20 OvmfPkg W: http://www.tianocore.org/ovmf/ -M: Jordan Justen +R: Jordan Justen M: Laszlo Ersek +M: Ard Biesheuvel S: Maintained =20 PcAtChipsetPkg --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel