summary refs log tree commit diff
path: root/nixos/tests/teeworlds.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/teeworlds.nix')
-rw-r--r--nixos/tests/teeworlds.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/teeworlds.nix b/nixos/tests/teeworlds.nix
index edf58896878..17e9eeb869b 100644
--- a/nixos/tests/teeworlds.nix
+++ b/nixos/tests/teeworlds.nix
@@ -10,7 +10,7 @@ let
 
 in {
   name = "teeworlds";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ hax404 ];
   };