summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2022-10-04 22:47:54 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2022-10-04 23:01:11 +0200
commit868a6714da40500e22471d60247cef78bb416873 (patch)
treed6aa450609faaa0ecde12d32f49596bd7471e84a /maintainers
parent84c468fb53a9aa8ffdcb32f3c1487d3a69ab8029 (diff)
downloadnixpkgs-868a6714da40500e22471d60247cef78bb416873.tar
nixpkgs-868a6714da40500e22471d60247cef78bb416873.tar.gz
nixpkgs-868a6714da40500e22471d60247cef78bb416873.tar.bz2
nixpkgs-868a6714da40500e22471d60247cef78bb416873.tar.lz
nixpkgs-868a6714da40500e22471d60247cef78bb416873.tar.xz
nixpkgs-868a6714da40500e22471d60247cef78bb416873.tar.zst
nixpkgs-868a6714da40500e22471d60247cef78bb416873.zip
maintainers/team-list.nix: add lua team
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 9c855b92499..a43b3eb4141 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -384,6 +384,15 @@ with lib.maintainers; {
     shortName = "Lumiguide employees";
   };
 
+  lua = {
+    githubTeams = [
+      "lua"
+    ];
+    scope = "Maintain the lua ecosystem.";
+    shortName = "lua";
+    enableFeatureFreezePing = true;
+  };
+
   lumina = {
     members = [
       romildo