diff options
-rw-r--r-- | MAINTAINERS.md | 1 | ||||
-rw-r--r-- | MAINTAINERS.toml | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index effeb01404..3c777366f8 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -101,6 +101,7 @@ The specific components of Chef related to a given platform - including (but not * [Jay Mundrawala](https://github.com/jdmundrawala) * [Kartik Cating-Subramanian](https://github.com/ksubrama) * [Steven Murawski](https://github.com/smurawski) +* [Salim Alam](https://github.com/chefsalim) ## Solaris diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index e846855b5f..61c75c1a30 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -111,7 +111,8 @@ The specific components of Chef related to a given platform - including (but not maintainers = [ "jdmundrawala", "ksubrama", - "smurawski" + "smurawski", + "chefsalim" ] [Org.Components.Subsystems.Solaris] @@ -300,3 +301,7 @@ The specific components of Chef related to a given platform - including (but not [people.ryancragun] Name = "Ryan Cragun" GitHub = "ryancragun" + + [people.chefsalim] + Name = "Salim Alam" + GitHub = "chefsalim" |