diff options
author | Steven Murawski <steven.murawski@gmail.com> | 2017-01-19 21:08:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-19 21:08:32 -0600 |
commit | b9789003b624a3b2e236962b66c7eeb16eaee7ac (patch) | |
tree | a3497ccfbc2d03e308daff31e53b7055b1857ee7 | |
parent | f7097dabcae47a4a4457ba2a06a597207c98ff84 (diff) | |
parent | bf9342b4b8a23d53a8bf01183e2af63c1e9788c0 (diff) | |
download | chef-b9789003b624a3b2e236962b66c7eeb16eaee7ac.tar.gz |
Merge pull request #5728 from chef/tduffield/add-myself-as-maintainer
Add myself as core maintainer
-rw-r--r-- | MAINTAINERS.md | 1 | ||||
-rw-r--r-- | MAINTAINERS.toml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 87f92de274..0034f46adc 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -44,6 +44,7 @@ To mention the team, use @chef/client-core * [Steven Murawski](https://github.com/smurawski) * [Steven Danna](https://github.com/stevendanna) * [Tim Smith](https://github.com/tas50) +* [Tom Duffield](https://github.com/tduffield) * [Tyler Ball](https://github.com/tyler-ball) ## Chef Provisioning diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 1f577b4a24..a46953aac1 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -50,6 +50,7 @@ Maintainers for the Chef client, Ohai, mixlibs, ChefDK, ChefSpec, Foodcritic, ch "smurawski", "stevendanna", "tas50", + "tduffield", "tyler-ball" ] @@ -378,3 +379,7 @@ The specific components of Chef related to a given platform - including (but not [people.thehar] Name = "Harley Alaniz" GitHub = "thehar" + + [people.tduffield] + Name = "Tom Duffield" + GitHub = "tduffield" |