summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Lippert <bryant@raindanceit.com>2015-10-26 15:06:14 -0500
committerBryant Lippert <bryant@raindanceit.com>2015-10-26 15:06:14 -0500
commit74bcfb411bcf92b8debef5baeb0abbc856c5567e (patch)
tree8b7dceb91aaf33fe0f2fe6069981809a2be13057
parent19c64df5f4f8d711d7372d35aebb591b2a62a173 (diff)
downloadchef-74bcfb411bcf92b8debef5baeb0abbc856c5567e.tar.gz
removed "Bryant Lippert / agentmeerkat" from Maintainers.md and added it to Maintainers.toml. Executed the rake command to re-generate the maintainers.
-rw-r--r--MAINTAINERS.md2
-rw-r--r--MAINTAINERS.toml7
2 files changed, 7 insertions, 2 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index ec495d328e..0023cb91bf 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -197,7 +197,7 @@ To mention the team, use @chef/client-freebsd
* [Cory Stephenson](https://github.com/Aevin1387)
* [David Aronsohn](https://github.com/tbunnyman)
-* [Bryant Lippert](https://github.com/AgentMeerkat)
+* [Bryant Lippert](https://github.com/agentmeerkat)
## OpenBSD
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index ca0a2e67bc..12eb536fa3 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -193,7 +193,8 @@ The specific components of Chef related to a given platform - including (but not
maintainers = [
"Aevin1387",
- "tBunnyMan"
+ "tBunnyMan",
+ "agentmeerkat"
]
[Org.Components.Subsystems.OpenBSD]
@@ -236,6 +237,10 @@ The specific components of Chef related to a given platform - including (but not
Name = "Cory Stephenson"
GitHub = "Aevin1387"
+ [people.agentmeerkat]
+ Name = "Bryant Lippert"
+ GitHub = "agentmeerkat"
+
[people.btm]
Name = "Bryan McLellan"
GitHub = "btm"