summary refs log tree commit diff
path: root/nixos/tests/lightdm.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-08-14 13:45:54 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-08-14 13:45:54 +0200
commit8d56f2472e47a3f1f388b69c0ecc24421910d555 (patch)
tree6eabee7471ed3f7395156dc158a58205cca236f4 /nixos/tests/lightdm.nix
parent9bd78cb0488040ea996b27e82135396a45325af5 (diff)
parent930659b10bc7c875fd49b1cdae21a631b429c25a (diff)
downloadnixpkgs-8d56f2472e47a3f1f388b69c0ecc24421910d555.tar
nixpkgs-8d56f2472e47a3f1f388b69c0ecc24421910d555.tar.gz
nixpkgs-8d56f2472e47a3f1f388b69c0ecc24421910d555.tar.bz2
nixpkgs-8d56f2472e47a3f1f388b69c0ecc24421910d555.tar.lz
nixpkgs-8d56f2472e47a3f1f388b69c0ecc24421910d555.tar.xz
nixpkgs-8d56f2472e47a3f1f388b69c0ecc24421910d555.tar.zst
nixpkgs-8d56f2472e47a3f1f388b69c0ecc24421910d555.zip
Merge master into staging-next
Diffstat (limited to 'nixos/tests/lightdm.nix')
-rw-r--r--nixos/tests/lightdm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/lightdm.nix b/nixos/tests/lightdm.nix
index 8a9a7408d29..c805f1ed9f3 100644
--- a/nixos/tests/lightdm.nix
+++ b/nixos/tests/lightdm.nix
@@ -1,7 +1,7 @@
 import ./make-test.nix ({ pkgs, ...} : {
   name = "lightdm";
   meta = with pkgs.stdenv.lib.maintainers; {
-    maintainers = [ aszlig ];
+    maintainers = [ aszlig worldofpeace ];
   };
 
   machine = { ... }: {