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.web12.12101.1601983958171468042 for ; Tue, 06 Oct 2020 04:32:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=HEZZD0ih; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0548da70be=abner.chang@hpe.com) Received: from pps.filterd (m0134421.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 096BUCeM021972; Tue, 6 Oct 2020 11:32:36 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=nkNtfpxymvri1jW6jm4pkJFXun2/v5Au4xpC5TYKHek=; b=HEZZD0ihjVswRHvX8gKIeO0jz3yyskKB4ev9jxq/PeanYLLjQGtuEd2ywHEqFDlWZO6u LFTmhFT/5hx8ih8ygjoT3D/gy5Gjuk5qDLCeKe1PX+lrFwghX19VBBA809hgM1RPegzz WJsBceNsXaPc3X427BFUSFd1I+sbEWwnhljmPi3/bCMLF7FkAjKQ0B7LuaVFLJoK8DBv GOuXCC8c1HnAfpF7ZROUS6CMNjUHdud6dr8Nk8ET/QxIkhCwCxYMwUqrofrNAaNelDqH 5ZoJPGGD0CKAww90xc6Pazn4Gt7OAzrwi9S0vNUe8eGoPJ/zjvVsnUaB6TXgkY0yXCiM Vg== Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) by mx0b-002e3701.pphosted.com with ESMTP id 33y2nxb5sn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 06 Oct 2020 11:32:35 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id 1C5FBC2; Tue, 6 Oct 2020 11:32:35 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 9E66048; Tue, 6 Oct 2020 11:32:33 +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 v5 4/4] edk2: Add maintainers to RedfishPkg Date: Tue, 6 Oct 2020 18:48:04 +0800 Message-Id: <20201006104804.14724-5-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201006104804.14724-1-abner.chang@hpe.com> References: <20201006104804.14724-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-06_03:2020-10-06,2020-10-06 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 adultscore=0 malwarescore=0 bulkscore=0 spamscore=0 lowpriorityscore=0 clxscore=1015 mlxscore=0 priorityscore=1501 impostorscore=0 mlxlogscore=936 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010060074 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 --- 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