diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-03-14 12:08:19 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-03-14 12:08:19 -0700 |
commit | f5b6fb918ea6af4837a72aa934700fb75660597c (patch) | |
tree | ac455d794eccbb4892e4d5ffc527a23ede8a3db1 /MAINTAINERS.toml | |
parent | 365064280c93d519fdacbf032c0c21057e5549c9 (diff) | |
download | chef-f5b6fb918ea6af4837a72aa934700fb75660597c.tar.gz |
Break out Ohai in maintainers files and add myself
Also regenerate the markdown with the new Cisco stuff
Diffstat (limited to 'MAINTAINERS.toml')
-rw-r--r-- | MAINTAINERS.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 3b9507938c..1ec930f395 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -51,6 +51,17 @@ another component. "mwrock" ] + [Org.Components.Ohai] + title = "Ohai" + team = "ohai" + + lieutenant = "btm" + + maintainers = [ + "mcquin", + "tas50" + ] + [Org.Components.DevTools] title = "Dev Tools" team = "client-dev-tools" @@ -360,3 +371,7 @@ The specific components of Chef related to a given platform - including (but not [people.cperry] Name = "Carl Perry" GitHub = "edolnx" + + [people.tas50] + Name = "Tim Smith" + GitHub = "tas50" |