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.web11.3628.1626756553585159424 for ; Mon, 19 Jul 2021 21:49:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=WWjKZbPB; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0835467ab0=abner.chang@hpe.com) Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 16K4dYd6025718; Tue, 20 Jul 2021 04:49:04 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=L/esYgedozhWq5MjIMrXy6vEfaXAO651IOO4txzisEI=; b=WWjKZbPBGQRjNYSkAtQMvtawe+os408YuDByzzouJd9OwRJSUDngS5ys+Jqe0UZS2E8w 4A2XPk3WeCgk/TebhmPntuimU8l9+4sI4qpI4gD2uyCAJw5D3lL1ylrkH4SOw1ZtuNsU LTjaKrYdvVLnLc5yo5tT/DxLP43eep8P9QmYe898sapZFUH3Z7RVRurKxRMuZaWtTioQ dqkwLmfDAm62TcgRYuQ+moevJk3b1v1P92nqn9PZFkFLoWh4JR5epFQ+F66Y4kHGI0Dh I4M2gTa8TE6NOabVj3czYVsqgPF7Kp0v6W8a88VY3EsJxnwJ7R9dRpy+s0MQKu4XfY4b yw== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 39vyuk37dr-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 20 Jul 2021 04:49:04 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id C3CF691; Tue, 20 Jul 2021 04:49:03 +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 5FB0536; Tue, 20 Jul 2021 04:49:02 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Nickle Wang , Liming Gao , Andrew Fish , Leif Lindholm , Michael D Kinney Subject: [staging/edk2-redfish-client PATCH v2 2/2] edk2: Update Maintainers.txt Date: Tue, 20 Jul 2021 11:53:58 +0800 Message-Id: <20210720035358.22177-3-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210720035358.22177-1-abner.chang@hpe.com> References: <20210720035358.22177-1-abner.chang@hpe.com> X-Proofpoint-GUID: qVpd6JB1G9I8hQPKhoq63TVVr1lGWvtT X-Proofpoint-ORIG-GUID: qVpd6JB1G9I8hQPKhoq63TVVr1lGWvtT 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.391,18.0.790 definitions=2021-07-20_01:2021-07-19,2021-07-20 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 malwarescore=0 clxscore=1015 spamscore=0 adultscore=0 impostorscore=0 phishscore=0 suspectscore=0 lowpriorityscore=0 mlxlogscore=867 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104190000 definitions=main-2107200025 Add maintainer and reviewer to RedfishClinetPkg. Signed-off-by: Abner Chang Cc: Nickle Wang Cc: Liming Gao Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney --- Maintainers.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index e9dda5c5ca..55068c9140 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -519,6 +519,11 @@ F: RedfishPkg/ M: Abner Chang R: Nickle Wang +RedfishClientPkg: Redfish Client related modules +F: RedfishClientPkg/ +M: Abner Chang +R: Nickle Wang + SecurityPkg F: SecurityPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg -- 2.17.1