From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x230.google.com (mail-wr0-x230.google.com [IPv6:2a00:1450:400c:c0c::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6BDB421E14544 for ; Wed, 16 Aug 2017 10:07:36 -0700 (PDT) Received: by mail-wr0-x230.google.com with SMTP id b65so21843014wrd.0 for ; Wed, 16 Aug 2017 10:10:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=UuzZYuFqGPKmEbWMJn/3th0N3OwPA8TjUdQnSfv1pEA=; b=WqojousW81hmf5Am+sM2/36nSeNGu1ntJmuacp0DvbVTgQ/iyOyBDRUQhBJQLwkZ2V 2pvgtXOalxHRQgvH9h+sGnQkBvl90YyfjcAR/ZcAqb282cipAX26HcFM/Ad3Xbjyd9ie 10DfjwMsPQwHXlvy9nDOpsHv156v3klVlBkwY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=UuzZYuFqGPKmEbWMJn/3th0N3OwPA8TjUdQnSfv1pEA=; b=rQpiJynjqOPDS2cCtXXUWHxtO7LMzmtqOzh02CNX020CxH4pl2WbfeG41QdFq9OunG QgQSQPEnNPiXqST623CCkdbgLwLqLdEG6IWBhtmh8l66LfSl1iQEEURiamDaNkVN89ji 2Z5J9823SUyBxxznExe8PpO+7ak/tzdJKhTclP9TJe9LY6LbMNHq9Lp3VF2XLy4TA7ne l6SLYONs565h88hZuFqdBh8J3MqXVvKWiah7Smt4zOwLu9qZHHHI73pvAkRpMKuma2Cz EO+B0+4MtSSOII73obEacRM+XO2bfSoMgjMZZaKSBQFvFOQWjltOBO+w5sq9KdNBM7oS N0QQ== X-Gm-Message-State: AHYfb5gnNpFDeRrPHsXFL+qN8mAPvx4bBdtbB+E8zQJghkeSZvFfurql ojODHda6tQhw/CvT X-Received: by 10.223.172.86 with SMTP id v80mr1849332wrc.112.1502903401165; Wed, 16 Aug 2017 10:10:01 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id u17sm1070960wra.42.2017.08.16.10.09.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 Aug 2017 10:10:00 -0700 (PDT) Date: Wed, 16 Aug 2017 18:09:58 +0100 From: Leif Lindholm To: Jordan Justen Cc: edk2-devel@lists.01.org, Andrew Fish , Michael D Kinney Message-ID: <20170816170958.illvm6pltnl6ruk2@bivouac.eciton.net> References: <20170810221129.7383-1-jordan.l.justen@intel.com> MIME-Version: 1.0 In-Reply-To: <20170810221129.7383-1-jordan.l.justen@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 1/3] Maintainers.txt: List Tianocore Stewards X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2017 17:07:36 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 10, 2017 at 03:11:27PM -0700, Jordan Justen wrote: > Cc: Andrew Fish > Cc: Leif Lindholm > Cc: Michael D Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jordan Justen Series pushed as fc9f971e97..d75b8ac278. Thanks! > --- > Maintainers.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 9d1b9fb941..a5e2e0af46 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -34,6 +34,12 @@ T: git (mirror) - https://bitbucket.org/tianocore/edk2.git > T: git (mirror) - http://git.code.sf.net/p/tianocore/edk2 > T: svn (read-only, deprecated) - https://svn.code.sf.net/p/edk2/code/trunk/edk2 > > +Tianocore Stewards > +------------------ > +M: Andrew Fish > +M: Leif Lindholm > +M: Michael D Kinney > + > Responsible Disclosure, Reporting Security Issues > ------------------------------------------------- > W: https://github.com/tianocore/tianocore.github.io/wiki/Security > -- > 2.14.0 >