about summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorKasper Gałkowski <k@galkowski.xyz>2023-04-05 19:26:22 +0200
committerKasper Gałkowski <k@galkowski.xyz>2023-04-05 20:52:27 +0200
commit6817b72ca3cdb8e5edd9ff84a1dc549de1c683f3 (patch)
tree3f7b51436aaea7480d37b0044e1d299ede2b4833 /maintainers/team-list.nix
parentb505951d8a88e2be76bcf14a7daa87fe21523d6c (diff)
lisp-modules: set maintainers to the lisp team
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 7fc9f629e904d..9c2f4680d89c8 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -426,6 +426,21 @@ with lib.maintainers; {
     shortName = "Linux Kernel";
   };
 
+  lisp = {
+    members = [
+      raskin
+      lukego
+      nagy
+      uthar
+    ];
+    githubTeams = [
+      "lisp"
+    ];
+    scope = "Maintain the Lisp ecosystem.";
+    shortName = "lisp";
+    enableFeatureFreezePing = true;
+  };
+
   llvm = {
     members = [
       dtzWill