From 7f626a801086aa428e958a713fc7fbb8a8793254 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 17 Sep 2018 12:03:36 -0700 Subject: Remove Bryant Lippert as a FreeBSD maintainer His github is a 404 and this causes our maintainer scripts to fail since he can't be added to the group. Signed-off-by: Tim Smith --- MAINTAINERS.md | 2 -- MAINTAINERS.toml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 2c1e13ce0f..974ca27bad 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -202,7 +202,6 @@ To mention the team, use @chef/client-freebsd * [Cory Stephenson](https://github.com/Aevin1387) * [David Aronsohn](https://github.com/OnlyHaveCans) -* [Bryant Lippert](https://github.com/AgentMeerkat) ## OpenBSD @@ -236,4 +235,3 @@ To mention the team, use @chef/client-archlinux * [Lamont Granquist](https://github.com/lamont-granquist) * [Ryan Cragun](https://github.com/ryancragun) - diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 43f99ad708..6a91d9fac2 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -189,8 +189,7 @@ The specific components of Chef related to a given platform - including (but not maintainers = [ "Aevin1387", - "OnlyHaveCans", - "AgentMeerkat" + "OnlyHaveCans" ] [Org.Components.Subsystems.OpenBSD] -- cgit v1.2.1