From bebb0111dea0bd5d2ba1d5d41b4d5781a5c2ee39 Mon Sep 17 00:00:00 2001 From: Patrick Wright Date: Tue, 25 Apr 2017 22:28:56 -0700 Subject: [PATCH] update maintainers toml data Signed-off-by: Patrick Wright Also-by: Seth Chisamore --- MAINTAINERS.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 0e52e25..24c05ea 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -16,12 +16,12 @@ Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/commu [Org.Components.Core] title = "Project Maintainer" - lieutenant = 'jtimberman' + lieutenant = 'wrightp' maintainers = [ 'jtimberman', - 'sersut', - 'patrick-wright' + 'wrightp', + 'schisamo' ] [people] @@ -29,10 +29,10 @@ Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/commu name = "Joshua Timberman" github = "jtimberman" - [people.sersut] - name = "Serdar Sutay" - github = "sersut" - - [people.patrick-wright] + [people.wrightp] name = "Patrick Wright" - github = "patrick-wright" + github = "wrightp" + + [people.schisamo] + name = "Seth Chisamore" + github = "schisamo"