summary refs log tree commit diff
path: root/nixos/tests/lightdm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/lightdm.nix')
-rw-r--r--nixos/tests/lightdm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/lightdm.nix b/nixos/tests/lightdm.nix
index 46c2ed7ccc5..e98230ecb17 100644
--- a/nixos/tests/lightdm.nix
+++ b/nixos/tests/lightdm.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ...} : {
   name = "lightdm";
-  meta = with pkgs.stdenv.lib.maintainers; {
-    maintainers = [ aszlig worldofpeace ];
+  meta = with pkgs.lib.maintainers; {
+    maintainers = [ aszlig ];
   };
 
   machine = { ... }: {