diff options
author | Steven Murawski <steven.murawski@gmail.com> | 2016-06-03 14:21:56 -0500 |
---|---|---|
committer | Steven Murawski <steven.murawski@gmail.com> | 2016-06-03 14:21:56 -0500 |
commit | ee7795da9a5551200824837a5e3b393cb1d80055 (patch) | |
tree | 04e4362a28e58e6b087546488235b70fae5d4e59 | |
parent | 09dcd84395bcec512e4c704db5d2156663891d55 (diff) | |
parent | b7ba9bae1347c774cc58d35dbf042607ca3b7bf3 (diff) | |
download | chef-ee7795da9a5551200824837a5e3b393cb1d80055.tar.gz |
Merge pull request #4985 from chef/jk/maintainer
Add jkeiser to core and dev tools maintainers
-rw-r--r-- | MAINTAINERS.md | 10 | ||||
-rw-r--r-- | MAINTAINERS.toml | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index b0474b5f09..349ea51de1 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -36,6 +36,7 @@ To mention the team, use @chef/client-core * [AJ Christensen](https://github.com/fujin) * [Phil Dibowitz](https://github.com/jaymzh) * [Jay Mundrawala](https://github.com/jaym) +* [John Keiser](https://github.com/jkeiser) * [Jon Cowie](https://github.com/jonlives) * [Lamont Granquist](https://github.com/lamont-granquist) * [Claire McQuin](https://github.com/mcquin) @@ -65,6 +66,7 @@ To mention the team, use @chef/client-dev-tools ### Maintainers * [Daniel DeLeo](https://github.com/danielsdeleo) +* [John Keiser](https://github.com/jkeiser) * [Joshua Timberman](https://github.com/jtimberman) * [Lamont Granquist](https://github.com/lamont-granquist) * [Steven Danna](https://github.com/stevendanna) @@ -197,11 +199,11 @@ To mention the team, use @chef/client-nxos ### Lieutenant -* [Carl Perry](https://github.com/edolnx) +* [Adam Leff](https://github.com/adamleff) ### Maintainers -* [Carl Perry](https://github.com/edolnx) +* [Adam Leff](https://github.com/adamleff) ## Cisco IOS XR @@ -209,11 +211,11 @@ To mention the team, use @chef/client-iosxr ### Lieutenant -* [Carl Perry](https://github.com/edolnx) +* [Adam Leff](https://github.com/adamleff) ### Maintainers -* [Carl Perry](https://github.com/edolnx) +* [Adam Leff](https://github.com/adamleff) ## Fedora diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 9501c6d049..f244d5a49f 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -42,6 +42,7 @@ another component. "fujin", "jaymzh", "jaym", + "jkeiser", "jonlives", "lamont-granquist", "mcquin", @@ -77,6 +78,7 @@ another component. maintainers = [ "danielsdeleo", + "jkeiser", "jtimberman", "lamont-granquist", "stevendanna" |