about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorKyle Carberry <kyle@carberry.com>2024-04-29 21:54:24 -0400
committerKyle Carberry <kyle@carberry.com>2024-04-29 22:39:34 -0400
commite307a2e8e2b3939e42849ceb9fd92f2128ec5560 (patch)
treec6b2314d2c7abdc42c8f53115e5dca86ce0af55b /nixos/tests
parent88cf7ffb5dfa67201bbd9808375eab3d91d33194 (diff)
nixos/tests/coder: sync maintainers to coder package
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/coder.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/coder.nix b/nixos/tests/coder.nix
index 12813827284b9..fd1fa0cc3031f 100644
--- a/nixos/tests/coder.nix
+++ b/nixos/tests/coder.nix
@@ -1,8 +1,6 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "coder";
-  meta = with pkgs.lib.maintainers; {
-    maintainers = [ shyim ghuntley ];
-  };
+  meta.maintainers = pkgs.coder.meta.maintainers;
 
   nodes.machine =
     { pkgs, ... }: