From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web12.5087.1612509657685980141 for ; Thu, 04 Feb 2021 23:20:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=QPJYg7FP; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612509656; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WO4YbbseaXiLw0XMhacQ5Tg6lEy3tN7effLWWPJN/SU=; b=QPJYg7FPa6hCzGpqQPRAQO799u2qqX0CBbnTBT+xmK+4JYwnYc8H14qbR5wfXauRxcxXhX wPyiM68qG9XTYJLt4y6KmvIqVMwlIsycUk1ENu5BtFcvtcGMS4KXVWVoaayQpQ6iFYZsn5 kZHpGbXOJ5LcRwiwykXQSBOlkA3MMUE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-440-9_0b2tbwOk6zY6Uym7zwVg-1; Fri, 05 Feb 2021 02:20:53 -0500 X-MC-Unique: 9_0b2tbwOk6zY6Uym7zwVg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B96D4107ACC7; Fri, 5 Feb 2021 07:20:52 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-230.ams2.redhat.com [10.36.112.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id E111660C9B; Fri, 5 Feb 2021 07:20:51 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 2/2] Maintainers.txt: Change Jordan Justen to a reviewer for OvmfPkg To: devel@edk2.groups.io, jordan.l.justen@intel.com Cc: Ard Biesheuvel References: <20210204194902.101548-1-jordan.l.justen@intel.com> <20210204194902.101548-2-jordan.l.justen@intel.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 5 Feb 2021 08:20:50 +0100 MIME-Version: 1.0 In-Reply-To: <20210204194902.101548-2-jordan.l.justen@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 02/04/21 20:49, Jordan Justen wrote: > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Signed-off-by: Jordan Justen > --- > Maintainers.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 96e792ab66..e384971238 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -423,9 +423,9 @@ R: Siyuan Fu > OvmfPkg > F: OvmfPkg/ > W: http://www.tianocore.org/ovmf/ > -M: Jordan Justen > M: Laszlo Ersek > M: Ard Biesheuvel > +R: Jordan Justen > S: Maintained > > OvmfPkg: bhyve-related modules > Reviewed-by: Laszlo Ersek Thanks! Laszlo