about summary refs log tree commit diff
path: root/nixos/modules/hardware/xpadneo.nix
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2021-05-22 10:47:40 -0400
committerGitHub <noreply@github.com>2021-05-22 16:47:40 +0200
commitcd4780fab4fd0652cc55109cca5a8e9e893f603d (patch)
tree9e462653c823ab84efd659378e201fbe1efcee96 /nixos/modules/hardware/xpadneo.nix
parentdcd5d9a8e5c57156c4ad324c89a026211cbb741b (diff)
maintainers: rename metadark -> kira-bruneau (#124035)
Diffstat (limited to 'nixos/modules/hardware/xpadneo.nix')
-rw-r--r--nixos/modules/hardware/xpadneo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/xpadneo.nix b/nixos/modules/hardware/xpadneo.nix
index d504697e61fd9..dbc4ba2125604 100644
--- a/nixos/modules/hardware/xpadneo.nix
+++ b/nixos/modules/hardware/xpadneo.nix
@@ -24,6 +24,6 @@ in
   };
 
   meta = {
-    maintainers = with maintainers; [ metadark ];
+    maintainers = with maintainers; [ kira-bruneau ];
   };
 }