summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-07-14 15:34:01 +0100
committerThom May <thom@may.lt>2015-07-14 15:34:01 +0100
commit2c98a7b90507b2479ffda8ccd31bd464b1f5bee0 (patch)
tree10250f5efc0bffa1c888790cb451811431bb4374
parent60af687362aa962b577450fff54b88ed21e8c713 (diff)
parentf395393ba708b8b820c92c278271c70229e881a4 (diff)
downloadchef-2c98a7b90507b2479ffda8ccd31bd464b1f5bee0.tar.gz
Merge pull request #3592 from chef/ryan/arch
Add myself as an Archlinux maintainer
-rw-r--r--MAINTAINERS.md2
-rw-r--r--MAINTAINERS.toml6
2 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 43009d1548..b1ae0713f1 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -29,6 +29,7 @@ another component.
### Maintainers
* [Bryan McLellan](https://github.com/btm)
+* [Noah Kantrowitz](https://github.com/coderanger)
* [Daniel DeLeo](https://github.com/danielsdeleo)
* [AJ Christensen](https://github.com/fujin)
* [Phil Dibowitz](https://github.com/jaymzh)
@@ -189,4 +190,5 @@ The specific components of Chef related to a given platform - including (but not
### Maintainers
* [Lamont Granquist](https://github.com/lamont-granquist)
+* [Ryan Cragun](https://github.com/ryancragun)
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 3aa6cbfb8b..257058b4d2 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -200,7 +200,8 @@ The specific components of Chef related to a given platform - including (but not
title = "ArchLinux"
maintainers = [
- "lamont-granquist"
+ "lamont-granquist",
+ "ryancragun"
]
[people]
@@ -296,3 +297,6 @@ The specific components of Chef related to a given platform - including (but not
Name = "Noah Kantrowitz"
GitHub = "coderanger"
+ [people.ryancragun]
+ Name = "Ryan Cragun"
+ GitHub = "ryancragun"