diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2015-06-25 19:15:56 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2015-06-25 19:15:56 -0700 |
commit | 1789ef0dd9fbdbbbdca5e4bdcc286aaab09a9ab2 (patch) | |
tree | 7648af46616930697f977b7056ba81cb87daa391 /MAINTAINERS.toml | |
parent | 769d3f5b38e07e49d5df9bb067168e1efacdd7e4 (diff) | |
download | chef-1789ef0dd9fbdbbbdca5e4bdcc286aaab09a9ab2.tar.gz |
Add myself as a core maintainer.
I would really rather we split the DSL and Resource machinery in to a component because I'm definitely not able to call myself a maintainer for the "and everything else" part, but waiting to get my patches merged it getting annoying :-)
Diffstat (limited to 'MAINTAINERS.toml')
-rw-r--r-- | MAINTAINERS.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 8f36763e54..3aa6cbfb8b 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -34,6 +34,7 @@ another component. maintainers = [ "btm", + "coderanger", "danielsdeleo", "fujin", "jaymzh", @@ -290,3 +291,8 @@ The specific components of Chef related to a given platform - including (but not [people.joemiller] Name = "Joe Miller" GitHub = "joemiller" + + [people.coderanger] + Name = "Noah Kantrowitz" + GitHub = "coderanger" + |