diff options
author | joe miller <joeym@joeym.net> | 2015-06-18 18:20:44 -0700 |
---|---|---|
committer | joe miller <joeym@joeym.net> | 2015-06-18 18:20:44 -0700 |
commit | f3b1a1b6e46136cf2b67b1c479ecb2e718dc5474 (patch) | |
tree | c70895d871e62f6558791f54e93618df47dc34d5 | |
parent | 59717769a12768c62aa18270a51b91c820b67010 (diff) | |
download | chef-f3b1a1b6e46136cf2b67b1c479ecb2e718dc5474.tar.gz |
add Joe Miller as LT for OpenBSD
-rw-r--r-- | MAINTAINERS.md | 6 | ||||
-rw-r--r-- | MAINTAINERS.toml | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d645dd7353..e397a990fa 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -133,3 +133,9 @@ The specific components of Chef related to a given platform - including (but not * [Cory Stephenson](https://github.com/Aevin1387) * [David Aronsohn](https://github.com/tbunnyman) +## OpenBSD + +### Lieutenant + +* [Joe Miller](https://github.com/joemiller) + diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index b0257c7fa3..68615337a6 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -145,6 +145,10 @@ The specific components of Chef related to a given platform - including (but not "tBunnyMan" ] + [Org.Components.Subsystems.OpenBSD] + title = "OpenBSD" + + lieutenant = "joemiller" [people] [people.adamhjk] @@ -230,3 +234,7 @@ The specific components of Chef related to a given platform - including (but not [people.ksubrama] Name = "Kartik Cating-Subramanian" GitHub = "ksubrama" + + [people.joemiller] + Name = "Joe Miller" + GitHub = "joemiller" |