From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.27971.1679893254672471032 for ; Sun, 26 Mar 2023 22:00:55 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=To614RwD; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: n.jayaprakash@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679893254; x=1711429254; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6jBKh+d6ZmJ13utmten+DQdFG/tRg8TLdTkOwhGZw2Y=; b=To614RwDyerXJHq0OiESocpo6D9/LzogQIV8FGgdxYNQhev3uriatJOG 5qWwInkKggW6O2VNi7fAjYxBMiJJg9/PuADQ0oPBF73vpU3FUeIO4xUGR 9iRDh+nzVNOuc/9k0rbcfOSfbEbVmjm6iv533SZtlhCf9bWnnPa23YdU0 AWs1Er3ZdirFK31M29pRhahpTjUYfH4nxlJdHOX+NIHr0rAnk26QW2cPp tsnlczlPIcFOCk9JCV0t6ftFySgLnUkAwFSnKxI7P6PO+XBvpbz0ifD7T UdOJo7X/1y3B2yjEp+LuQ/2REJb3GjTH7Sm+1UfBl/TGx1/nH8EnJWjWd w==; X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="402776843" X-IronPort-AV: E=Sophos;i="5.98,293,1673942400"; d="scan'208";a="402776843" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2023 22:00:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="794178291" X-IronPort-AV: E=Sophos;i="5.98,293,1673942400"; d="scan'208";a="794178291" Received: from njayapra-mobl.gar.corp.intel.com ([10.213.106.106]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2023 22:00:34 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N , Rebecca Cran , Michael D Kinney Subject: [edk2-libc Patch 1/1] edk2-libc: Update Maintainer.txt file Date: Mon, 27 Mar 2023 10:30:14 +0530 Message-Id: <20230327050014.2138-2-n.jayaprakash@intel.com> X-Mailer: git-send-email 2.40.0.windows.1 In-Reply-To: <20230327050014.2138-1-n.jayaprakash@intel.com> References: <20230327050014.2138-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF : https://bugzilla.tianocore.org/show_bug.cgi?id=4388 This commit adds Jayaprakash N as one of the maintainers of edk2-libc repo. Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- Maintainers.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index c262b2f..8a98987 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -62,8 +62,10 @@ AppPkg W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg M: Rebecca Cran M: Michael D Kinney +M: Jayaprakash N StdLib, StdLibPrivateInternalFiles W: https://github.com/tianocore/tianocore.github.io/wiki/StdLib M: Rebecca Cran M: Michael D Kinney +M: Jayaprakash N -- 2.40.0.windows.1