diff options
-rw-r--r-- | MAINTAINERS.md | 8 | ||||
-rw-r--r-- | MAINTAINERS.toml | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index b63f546b3f..49a973bada 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -112,7 +112,7 @@ The specific components of Chef related to a given platform - including (but not ## AIX -### Maintainers +### Lieutenant * [Lamont Granquist](https://github.com/lamont-granquist) @@ -177,3 +177,9 @@ The specific components of Chef related to a given platform - including (but not * [Lamont Granquist](https://github.com/lamont-granquist) +## OmniOS + +### Maintainers + +* [Thom May](https://github.com/thommay) + diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 4caa2ab53f..ab1fd87013 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -124,9 +124,7 @@ The specific components of Chef related to a given platform - including (but not [Org.Components.Subsystems.AIX] title = "AIX" - maintainers = [ - "lamont-granquist" - ] + lieutenant = "lamont-granquist" [Org.Components.Subsystems."Mac OS X"] title = "Mac OS X" @@ -189,6 +187,13 @@ The specific components of Chef related to a given platform - including (but not "lamont-granquist" ] + [Org.Components.Subsystems.OmniOS] + title = "OmniOS" + + maintainers = [ + "thommay" + ] + [people] [people.adamhjk] Name = "Adam Jacob" |