diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-03-14 13:19:29 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-03-14 13:19:29 -0700 |
commit | 9ea15aa9e109ac105421efe57eb242baef875e40 (patch) | |
tree | b07e1da7505802b1cabcd14371553934d6332341 | |
parent | f5b6fb918ea6af4837a72aa934700fb75660597c (diff) | |
download | chef-9ea15aa9e109ac105421efe57eb242baef875e40.tar.gz |
Set mcquin as the lieutenant for ohai
-rw-r--r-- | MAINTAINERS.md | 4 | ||||
-rw-r--r-- | MAINTAINERS.toml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 676bd4f366..22a578e64d 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -50,11 +50,11 @@ To mention the team, use @chef/ohai ### Lieutenant -* [Bryan McLellan](https://github.com/btm) +* [Claire McQuin](https://github.com/mcquin) ### Maintainers -* [Claire McQuin](https://github.com/mcquin) +* [Bryan McLellan](https://github.com/btm) * [Tim Smith](https://github.com/tas50) ## Dev Tools diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 1ec930f395..b617ef8105 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -55,10 +55,10 @@ another component. title = "Ohai" team = "ohai" - lieutenant = "btm" + lieutenant = "mcquin" maintainers = [ - "mcquin", + "btm", "tas50" ] |