From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web10.10322.1601975196341496545 for ; Tue, 06 Oct 2020 02:06:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Nbw0XaIw; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601975195; 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=ZMVgZCypPLgCASGzCLmEixAbALAhAKPP+Df4OGOC/jM=; b=Nbw0XaIwVG0imdccJ/LiaA9EU8W50hLYS2iwb88rMGAwaorau4lumHxyqHxw+WTLN+NGI2 wAaPJ53CB4v8lNkHmZR2osD3632r4Or1hfKeSg0SDvw9RoQQ3SUPpfW1tMLBHGLSjdH9wd vuU6tEaSM9X4pfJTTahSl/2SeWHvhI4= 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-261-ByuPT1B9NLSqX4bUbWEY2g-1; Tue, 06 Oct 2020 05:06:33 -0400 X-MC-Unique: ByuPT1B9NLSqX4bUbWEY2g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C7040804008; Tue, 6 Oct 2020 09:06:31 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-235.ams2.redhat.com [10.36.112.235]) by smtp.corp.redhat.com (Postfix) with ESMTP id 72915610AF; Tue, 6 Oct 2020 09:06:30 +0000 (UTC) Subject: Re: [RedfishPkg PATCH v4 4/4] edk2: Add maintainers to RedfishPkg To: Abner Chang , devel@edk2.groups.io Cc: Nickle Wang , Andrew Fish , Leif Lindholm , Michael D Kinney References: <20201005041346.27353-1-abner.chang@hpe.com> <20201005041346.27353-5-abner.chang@hpe.com> From: "Laszlo Ersek" Message-ID: <483273d3-b31b-5c7d-6181-439049dc4857@redhat.com> Date: Tue, 6 Oct 2020 11:06:29 +0200 MIME-Version: 1.0 In-Reply-To: <20201005041346.27353-5-abner.chang@hpe.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 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 10/05/20 06:13, Abner Chang wrote: > Signed-off-by: Chang Abner > Cc: Nickle Wang > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > --- > Maintainers.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 6a22a14796..cabadac177 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -503,6 +503,11 @@ F: PcAtChipsetPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg > M: Ray Ni > > +RedfishPkg: Redfish related modules > +F: RedfishPkg/ > +M: Abner Chang > +R: Nickle Wang > + > SecurityPkg > F: SecurityPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg > You should have picked up my v3 A-b, shouldn't you? https://edk2.groups.io/g/devel/message/65843