about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorMatthew Wraith <matthew.wraith@bitnomial.com>2023-02-17 18:46:36 -0800
committerMatthew Wraith <matthew.wraith@bitnomial.com>2023-02-21 15:10:02 -0800
commit92b71b5be970528ad5ad0d4c57abcba1da4c8b94 (patch)
treee24e081747d6bad5677456ede9bd4367f3826ac8 /maintainers
parent884edcc23a1e7fc6de1186463d76e32e4a7dd667 (diff)
maintainers: add wraithm
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/maintainer-list.nix6
-rw-r--r--maintainers/team-list.nix1
2 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 04658beb7f813..254e50c75c4cd 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -15983,6 +15983,12 @@
     github = "wr0belj";
     githubId = 40501814;
   };
+  wraithm = {
+    name = "Matthew Wraith";
+    email = "wraithm@gmail.com";
+    github = "wraithm";
+    githubId = 1512913;
+  };
   wrmilling = {
     name = "Winston R. Milling";
     email = "Winston@Milli.ng";
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 4d338675c654b..4b3c0176910fa 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -81,6 +81,7 @@ with lib.maintainers; {
     # Verify additions to this team with at least one already existing member of the team.
     members = [
       cdepillabout
+      wraithm
     ];
     scope = "Group registration for packages maintained by Bitnomial.";
     shortName = "Bitnomial employees";