summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2015-09-02 09:09:38 -0700
committerMatt Wrock <matt@mattwrock.com>2015-09-02 09:09:38 -0700
commit7580ec078e87225766ceced6233f72f3a728008b (patch)
tree94f2e0ad347cc8c706a5abc6991b19339edf2f32
parentc81cf7f5606480d06ae321b913925d1e341f986b (diff)
downloadchef-7580ec078e87225766ceced6233f72f3a728008b.tar.gz
adding matt wrock as maintainer
-rw-r--r--MAINTAINERS.md2
-rw-r--r--MAINTAINERS.toml10
2 files changed, 10 insertions, 2 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 3c777366f8..0e4bc4d214 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -40,6 +40,7 @@ another component.
* [Steven Murawski](https://github.com/smurawski)
* [Tyler Ball](https://github.com/tyler-ball)
* [Ranjib Dey](https://github.com/ranjib)
+* [Matt Wrock](https://github.com/mwrock)
## Dev Tools
@@ -102,6 +103,7 @@ The specific components of Chef related to a given platform - including (but not
* [Kartik Cating-Subramanian](https://github.com/ksubrama)
* [Steven Murawski](https://github.com/smurawski)
* [Salim Alam](https://github.com/chefsalim)
+* [Matt Wrock](https://github.com/mwrock)
## Solaris
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 61c75c1a30..3754618796 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -44,7 +44,8 @@ another component.
"mcquin",
"smurawski",
"tyler-ball",
- "ranjib"
+ "ranjib",
+ "mwrock"
]
[Org.Components.DevTools]
@@ -112,7 +113,8 @@ The specific components of Chef related to a given platform - including (but not
"jdmundrawala",
"ksubrama",
"smurawski",
- "chefsalim"
+ "chefsalim",
+ "mwrock"
]
[Org.Components.Subsystems.Solaris]
@@ -305,3 +307,7 @@ The specific components of Chef related to a given platform - including (but not
[people.chefsalim]
Name = "Salim Alam"
GitHub = "chefsalim"
+
+ [people.mwrock]
+ Name = "Matt Wrock"
+ GitHub = "mwrock"