diff options
author | Joshua Timberman <jtimberman@users.noreply.github.com> | 2015-06-20 07:54:25 -0600 |
---|---|---|
committer | Joshua Timberman <jtimberman@users.noreply.github.com> | 2015-06-20 07:54:25 -0600 |
commit | 2dc602ccd31323e4e4f9290b59e51feb7cb76872 (patch) | |
tree | 35932539cde0db7c4fae4e352947a7cd29148dda | |
parent | 37e9c14ec87abfae7277c948a84cd10963806280 (diff) | |
parent | f3b1a1b6e46136cf2b67b1c479ecb2e718dc5474 (diff) | |
download | chef-2dc602ccd31323e4e4f9290b59e51feb7cb76872.tar.gz |
Merge pull request #3555 from joemiller/joemiller-openbsd-lt
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" |