From 88daf4130e70ff8bca493fdd225b63e6e6b8b9de Mon Sep 17 00:00:00 2001 From: Robb Kidd Date: Thu, 29 Oct 2015 12:46:55 -0400 Subject: Correct capitalization of GitHub username of a maintainer Supermarket uses this file to track maintainers and is currently case-sensitive. --- MAINTAINERS.toml | 6 +++--- 1 file 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" -- cgit v1.2.1