From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web11.27762.1601873919505344161 for ; Sun, 04 Oct 2020 21:58:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=FqLWEM9l; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0547bd49a7=abner.chang@hpe.com) Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0954pQTm009616; Mon, 5 Oct 2020 04:58:37 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=FqLWEM9lHT0PBYczJy6+l5ejobqBaWB/EqsMCd9chNm9YzbAQ4/czVAMzAfvLuByYM64 kV+rYDzof32MwycIhLVCjbbCTHnpl9yqVL76FxUCioq+jE/DwP6adB3Jk+aiYHUDe8Bp ut6K+Myb/cNp2ONOqda/MA+XmBw55WFnJlAZ2fTKIBUcAQaAKcMEfPCdJTkFNZj94+vt ZX389Q17boVeKUu/7PSbOU/t10/LxVL0QQWPQYPy0g4k/WMx1e1+dLEVUYCnB+IIg3dK 4NfCnL2t8XarhGCksapJBdKwOyUq4RUdV9rI2sdaeJD1xPv7mtd5wWOfzXDntUDVD2/A xg== Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) by mx0b-002e3701.pphosted.com with ESMTP id 33y3156r9v-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 05 Oct 2020 04:58:37 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id 262D0BD; Mon, 5 Oct 2020 04:58:15 +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 B3F3245; Mon, 5 Oct 2020 04:58:13 +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 v4 4/4] edk2: Add maintainers to RedfishPkg Date: Mon, 5 Oct 2020 12:13:46 +0800 Message-Id: <20201005041346.27353-5-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201005041346.27353-1-abner.chang@hpe.com> References: <20201005041346.27353-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-05_03:2020-10-02,2020-10-05 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 bulkscore=0 suspectscore=0 lowpriorityscore=0 phishscore=0 mlxlogscore=937 impostorscore=0 malwarescore=0 clxscore=1015 priorityscore=1501 mlxscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010050038 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