From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web12.47902.1643721701862442739 for ; Tue, 01 Feb 2022 05:21:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=G7XagDnx; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643721701; 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: in-reply-to:in-reply-to:references:references; bh=ohd7uAcjwWxzzhZTOpqQzhVAfHtQYE6r/9x4FjbhKpQ=; b=G7XagDnxYcbc20q+hSFTfnF3Ev0WvqEF0Fcgo93ALzHNflKwV8/kTM4wHTMeOnNjD2gggd dndF7O069PrdLhZ6IBWXTDFyfAhAau/fG0iI/tUbl4COrtM9AHgQ38V5cvaHFBqqdxuC0M zi2cx7v6BEk2kgbd4WpDDlREx0QDYUg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-601-EqdNzYsGM4SLZHj47HK9xw-1; Tue, 01 Feb 2022 08:21:35 -0500 X-MC-Unique: EqdNzYsGM4SLZHj47HK9xw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9C7F5190B2A2; Tue, 1 Feb 2022 13:21:34 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.47]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 77FEF7DE22; Tue, 1 Feb 2022 13:21:33 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 4E626180063C; Tue, 1 Feb 2022 14:21:30 +0100 (CET) Date: Tue, 1 Feb 2022 14:21:30 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, leif@nuviainc.com Cc: Andrew Fish , Michael D Kinney Subject: Re: [edk2-devel] [PATCH 1/2] Maintainers.txt: add missing github IDs to OvmfPkf/Fdt reviewers Message-ID: <20220201132130.4owutcix5yfwh5mx@sirius.home.kraxel.org> References: <20220131114042.1619459-1-leif@nuviainc.com> <20220131114042.1619459-2-leif@nuviainc.com> MIME-Version: 1.0 In-Reply-To: <20220131114042.1619459-2-leif@nuviainc.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jan 31, 2022 at 11:40:41AM +0000, Leif Lindholm wrote: > This section seems to have been missed when introducing github IDs, > so add them. > > Cc: Andrew Fish > Cc: Michael D Kinney > Signed-off-by: Leif Lindholm > --- > Maintainers.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 4c5d3111c2ec..5d0679cb713c 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -477,9 +477,9 @@ R: Tom Lendacky [tlendacky] > > OvmfPkg: FDT related modules > F: OvmfPkg/Fdt > -R: Leif Lindholm > -R: Gerd Hoffmann > -R: Abner Chang > +R: Leif Lindholm [leiflindholm] > +R: Gerd Hoffmann [kraxel] > +R: Abner Chang [changab] Acked-by: Gerd Hoffmann