diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 977630a..645ed14 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,6 +1,7 @@ # Maintainers + This file lists how this cookbook project is maintained. When making changes to the system, this file tells you who needs to review your patch - you need a review from an existing maintainer for the cookbook to provide a :+1: on your pull request. Additionally, you need to not receive a veto from a Lieutenant or the Project Lead. Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD) for details on the process and how to become a maintainer or the project lead. @@ -10,6 +11,5 @@ Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/commu # Maintainers * [Jennifer Davis](https://github.com/sigje) -* [Sean OMeara](https://github.com/someara) * [Tim Smith](https://github.com/tas50) * [Thom May](https://github.com/thommay) diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 0308b75..6bb35d6 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -20,7 +20,6 @@ Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/commu maintainers = [ 'sigje', - 'someara', 'tas50', 'thommay' ] @@ -30,10 +29,6 @@ Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/commu name = "Jennifer Davis" github = "sigje" - [people.someara] - name = "Sean OMeara" - github = "someara" - [people.tas50] name = "Tim Smith" github = "tas50"