about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2024-01-23 22:45:23 +0100
committerGitHub <noreply@github.com>2024-01-23 22:45:23 +0100
commit14a0c72bf97f80159f681efdf8c5f4c26043ee72 (patch)
tree481a697c139b69588a834622c9af4791b1715f00 /maintainers
parent64cab3aa8d98a09aaf360b9277b2f7837c064293 (diff)
parent22cd1fb65ffedf53cbcd16b4e43ccf5198ce11f4 (diff)
downloadnixlib-14a0c72bf97f80159f681efdf8c5f4c26043ee72.tar
nixlib-14a0c72bf97f80159f681efdf8c5f4c26043ee72.tar.gz
nixlib-14a0c72bf97f80159f681efdf8c5f4c26043ee72.tar.bz2
nixlib-14a0c72bf97f80159f681efdf8c5f4c26043ee72.tar.lz
nixlib-14a0c72bf97f80159f681efdf8c5f4c26043ee72.tar.xz
nixlib-14a0c72bf97f80159f681efdf8c5f4c26043ee72.tar.zst
nixlib-14a0c72bf97f80159f681efdf8c5f4c26043ee72.zip
Merge pull request #276503 from 0x4A6F/master-nixfmt-rfc-style
nixfmt-rfc-style: init at unstable-2024-01-15
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index c5b37437ddb2..0a44b520a4d1 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -307,6 +307,20 @@ with lib.maintainers; {
     shortName = "Flying Circus employees";
   };
 
+  formatter = {
+    members = [
+      piegames
+      infinisil
+      das_j
+      tomberek
+      _0x4A6F
+      # Not in the maintainer list
+      # Sereja313
+    ];
+    scope = "Tentative Nix formatter team to be established in https://github.com/NixOS/rfcs/pull/166";
+    shortName = "Nix formatter team";
+  };
+
   freedesktop = {
     members = [ jtojnar ];
     scope = "Maintain Freedesktop.org packages for graphical desktop.";