summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS.md6
-rw-r--r--MAINTAINERS.toml7
2 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 49a973bada..9cc74f6fa8 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -183,3 +183,9 @@ The specific components of Chef related to a given platform - including (but not
* [Thom May](https://github.com/thommay)
+## ArchLinux
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index ab1fd87013..4b55ae2798 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -194,6 +194,13 @@ The specific components of Chef related to a given platform - including (but not
"thommay"
]
+ [Org.Components.Subsystems.ArchLinux]
+ title = "ArchLinux"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
[people]
[people.adamhjk]
Name = "Adam Jacob"