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.web12.6561.1601433752659358971 for ; Tue, 29 Sep 2020 19:42:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=BDrUZ6J2; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=05423c58e6=abner.chang@hpe.com) Received: from pps.filterd (m0150245.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 08U2bvOQ031769; Wed, 30 Sep 2020 02:40:31 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=BDrUZ6J2pHLZYs5avJ4lvxQAb6kMGQWkar0hadDN+kZg9L4AqxiWnv2Cbqcgw2rcX6y1 4fpeW6ikqR1uFBGKt718ixo2fqXARmh6Bz89SZ1m0bHv0Rp+4iNZblJYzd6wB5EO44bR NQF8hJo4n1uigeGzIfyJrAdvJjp4oTgGJUQWH0LCPwkEewEMnqQ+eOFM+MulSeA8XsdH s4l23tJVtqJNHa2XNDXT8vkdhpKfoXSRxK5oQeyn49W77GjHnjNP2xx9avHPbpGqqMlD kE+biPuLtGTyj6b8INyBb01kuRc662LATcwPw2EcVSZRU+zvJC4QGbKIsY6JePoPRKwY tg== Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0b-002e3701.pphosted.com with ESMTP id 33v8yqudna-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 30 Sep 2020 02:40:30 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 56C0A8D; Wed, 30 Sep 2020 02:40:30 +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 E93C937; Wed, 30 Sep 2020 02:40:28 +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 v2 4/4] edk2: Add maintainers to RedfishPkg Date: Wed, 30 Sep 2020 09:56:11 +0800 Message-Id: <20200930015611.18375-5-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200930015611.18375-1-abner.chang@hpe.com> References: <20200930015611.18375-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-09-30_01:2020-09-29,2020-09-30 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 adultscore=0 mlxlogscore=804 malwarescore=0 suspectscore=0 lowpriorityscore=0 priorityscore=1501 phishscore=0 impostorscore=0 spamscore=0 clxscore=1015 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2009300017 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