summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-08-27 11:51:11 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-08-27 11:51:11 -0400
commit3fff2b493fe51398cc139f4c4239beee193b0097 (patch)
tree64f20f9d88dc20215742543da714f2008331acb5
parent08e6744f7e64a4f43512a0ed7ec91d36ed9d19e3 (diff)
parent13f5fd377a1c625652b559094e8aef8ddf2c59d2 (diff)
downloadchef-3fff2b493fe51398cc139f4c4239beee193b0097.tar.gz
Merge pull request #3828 from chef/ksubrama/maintainers
Add Salim as a windows maintainer
-rw-r--r--MAINTAINERS.md1
-rw-r--r--MAINTAINERS.toml7
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"