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.4683.1602039620521557822 for ; Tue, 06 Oct 2020 20:00:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=hBPnXYKj; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0549998768=abner.chang@hpe.com) Received: from pps.filterd (m0134424.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0972vrsS009664; Wed, 7 Oct 2020 03:00:18 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=E6IuZak+tXEMHqv2IAZvZuWqFooApReKlUz0G6tzv/E=; b=hBPnXYKjlYzZNLQvOcG/tH2MZNYfv8Jsyv35gmvJqgd1GEEFE1Xr1h5macBXn7WU3oDa nswnq1OJdhsLpPcQPByfJqM7Yrv/koANnzbpWH40PaPAQTVhVYpPMAvcoTAEkZgm5qr4 4qQtTp2H90yfrq1imF5gqrUTZ7rH+52i0i3CePs+yV7xjRNuPugkA7gxyM5wuItdENFQ KJUDSFtmtYkz+ogVvEsn4dS2Mckiu5WT2sYni0Z4pRsbDufgdbY2SiiRfXO5QYYZuxi9 KLj3foSOD7m1KWXi6ykSI09TxlX9GEmebH1EVEhUVz0NQCiUlnoqP0GWJfkDK0fSsjma 6g== Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) by mx0b-002e3701.pphosted.com with ESMTP id 340xj92ppw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 07 Oct 2020 03:00:18 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id 461F9A9; Wed, 7 Oct 2020 03:00:18 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id D037C45; Wed, 7 Oct 2020 03:00:16 +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 v6 4/4] edk2: Add maintainers to RedfishPkg Date: Wed, 7 Oct 2020 10:15:45 +0800 Message-Id: <20201007021545.25936-5-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201007021545.25936-1-abner.chang@hpe.com> References: <20201007021545.25936-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-07_03:2020-10-06,2020-10-07 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 suspectscore=0 bulkscore=0 phishscore=0 spamscore=0 clxscore=1015 priorityscore=1501 mlxlogscore=933 lowpriorityscore=0 mlxscore=0 adultscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010070018 Signed-off-by: Chang Abner Cc: Nickle Wang Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Acked-by: Laszlo Ersek Acked-by: Leif Lindholm --- 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