diff options
author | Robb Kidd <robb@thekidds.org> | 2015-10-29 12:46:55 -0400 |
---|---|---|
committer | Robb Kidd <robb@thekidds.org> | 2015-10-29 12:46:55 -0400 |
commit | 88daf4130e70ff8bca493fdd225b63e6e6b8b9de (patch) | |
tree | 798b33b8ae3837607a20fd7a7de64c3683c02d04 /MAINTAINERS.toml | |
parent | bc5a74f1561ada5062b979a0bd90024f59d86228 (diff) | |
download | chef-88daf4130e70ff8bca493fdd225b63e6e6b8b9de.tar.gz |
Correct capitalization of GitHub username of a maintainer
Supermarket uses this file to track maintainers and is currently
case-sensitive.
Diffstat (limited to 'MAINTAINERS.toml')
-rw-r--r-- | MAINTAINERS.toml | 6 |
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" |