diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 91776de57..d83a702c8 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -28,3 +28,4 @@ To mention the team, use @chef/inspec-maintainers * [Christoph Hartmann](https://github.com/chris-rock) * [Adam Leff](https://github.com/adamleff) +* [Alex Pop](https://github.com/alexpop) diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 6aeae8694..788000315 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -25,7 +25,8 @@ project lead. maintainers = [ "chris-rock", - "adamleff" + "adamleff", + "alexpop" ] [people] @@ -40,3 +41,7 @@ project lead. [people.adamleff] Name = "Adam Leff" GitHub = "adamleff" + + [people.alexpop] + Name = "Alex Pop" + GitHub = "alexpop"