summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobb Kidd <robb@thekidds.org>2015-10-29 12:46:55 -0400
committerRobb Kidd <robb@thekidds.org>2015-10-29 12:46:55 -0400
commit88daf4130e70ff8bca493fdd225b63e6e6b8b9de (patch)
tree798b33b8ae3837607a20fd7a7de64c3683c02d04
parentbc5a74f1561ada5062b979a0bd90024f59d86228 (diff)
downloadchef-88daf4130e70ff8bca493fdd225b63e6e6b8b9de.tar.gz
Correct capitalization of GitHub username of a maintainer
Supermarket uses this file to track maintainers and is currently case-sensitive.
-rw-r--r--MAINTAINERS.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 12eb536fa3..e2548d37b8 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -194,7 +194,7 @@ The specific components of Chef related to a given platform - including (but not
maintainers = [
"Aevin1387",
"tBunnyMan",
- "agentmeerkat"
+ "AgentMeerkat"
]
[Org.Components.Subsystems.OpenBSD]
@@ -237,9 +237,9 @@ The specific components of Chef related to a given platform - including (but not
Name = "Cory Stephenson"
GitHub = "Aevin1387"
- [people.agentmeerkat]
+ [people.AgentMeerkat]
Name = "Bryant Lippert"
- GitHub = "agentmeerkat"
+ GitHub = "AgentMeerkat"
[people.btm]
Name = "Bryan McLellan"