From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web10.15873.1601649166697225457 for ; Fri, 02 Oct 2020 07:32:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=o3olIcfw; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0544a79508=abner.chang@hpe.com) Received: from pps.filterd (m0134423.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 092ESEV8011502; Fri, 2 Oct 2020 14:32:45 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version; s=pps0720; bh=x3O0NLG5fNHe2f4+ZBkDNOJBwVvy10W0rjSvBRevhgE=; b=o3olIcfwzYMY4bZ7mgDndWpLdK4HFHSZOGv+WAw2k7Q4SYY+EL8hyAvjW04z9Wkb3mGF icbOTsbXt7R7KZAI2sNc1Yg7k0yXocxT4fxwH7bVUGCGCcCmkOMpam6qq/mmKp7+h0k3 IoPoxsjfs9qSD9jxr4FcFJMEl1/wMfs5jOd+LnXRnZ0vlyDcOntZBDUG+YQODbGLsLTe 7odopVbsCoDuz78wp7i5U4/kXK1C89Efc6qoypP/tvKz72L+3rujgsKiKxSJsAK5kCbv F3Au2q/1MSaqwMUCTXbuaeldwhm+o80EkR2jL9k9oXC3EDIGHQ8TVY6zSQOY7UukKcsG ew== Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0b-002e3701.pphosted.com with ESMTP id 33wbdvm6f6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 02 Oct 2020 14:32:44 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 6439090; Fri, 2 Oct 2020 14:32:44 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id F1D6B39; Fri, 2 Oct 2020 14:32:42 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Nickle Wang , Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney Subject: [RedfishPkg PATCH v3 4/4] edk2: Add maintainers to RedfishPkg Date: Fri, 2 Oct 2020 21:48:20 +0800 Message-Id: <20201002134820.22205-5-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201002134820.22205-1-abner.chang@hpe.com> References: <20201002134820.22205-1-abner.chang@hpe.com> X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-10-02_10:2020-10-02,2020-10-02 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 suspectscore=0 spamscore=0 mlxlogscore=808 lowpriorityscore=0 impostorscore=0 adultscore=0 priorityscore=1501 malwarescore=0 bulkscore=0 clxscore=1015 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010020113 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 -- 2.17.1