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.17820.1601375530664785682 for ; Tue, 29 Sep 2020 03:32:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=LEBsTw73; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0541dac50d=abner.chang@hpe.com) Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 08TAVdre030770; Tue, 29 Sep 2020 10:32:08 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=6b0Ss+KxPEvcvxvdgr07p9zAJz3SoAG3qzOMHms9EL8=; b=LEBsTw73sIt4W+x/0CMqdgkQWMecsYb9qasuzoFD1xG9mGf27GNir0LNMhAJdEPwBd1v EcsE2+/TXrgmmUpbiGchgbpTgolPDNOM/TuK8o2OGgKS9cyL7Vo0ytJgjABPnPzZiFEZ +czLLJ25e2qXbBC6r55bXNuqay0SaFGxarGSxvkm7rODjOrS6Rks3qEnot+m+/dZS+xX U/fExR+Vlil/c9MkS6ef4Td2CJqIirRYiXdEqkbNb6VSmKjNUMYvWj5FnnJ0OQq/Sdco szlNminWUxuwX7AG+NzGit54//MBAIss3POiG5eaGZSbbW0oyDu+2cNeoTdeRsayIqkc ew== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 33svrvdfrb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 29 Sep 2020 10:32:08 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id 485B983; Tue, 29 Sep 2020 10:32:06 +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 D9DF13B; Tue, 29 Sep 2020 10:32:04 +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 4/4] edk2: Add maintainers to RedfishPkg Date: Tue, 29 Sep 2020 17:47:48 +0800 Message-Id: <20200929094748.8391-5-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200929094748.8391-1-abner.chang@hpe.com> References: <20200929094748.8391-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-29_03:2020-09-29,2020-09-29 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 spamscore=0 lowpriorityscore=0 mlxscore=0 suspectscore=0 adultscore=0 clxscore=1015 bulkscore=0 impostorscore=0 priorityscore=1501 mlxlogscore=804 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2009290092 Signed-off-by: Chang Abner Cc: Nickle Wang Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney --- Maintainers.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 6a22a14796..cc9d173285 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -503,6 +503,12 @@ 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: Abner Chang +R: Nickle Wang + SecurityPkg F: SecurityPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg -- 2.17.1