about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-06 18:34:19 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-06 20:51:44 -0400
commit6f86c002ddc9693ad79ec2fef753ccbfb5438e49 (patch)
treefed3e5721c17caf611c7b17d514713074a0d40fd
parent9d0996ff11bc34d62862c80e4813ed91e2a79620 (diff)
downloadnixlib-6f86c002ddc9693ad79ec2fef753ccbfb5438e49.tar
nixlib-6f86c002ddc9693ad79ec2fef753ccbfb5438e49.tar.gz
nixlib-6f86c002ddc9693ad79ec2fef753ccbfb5438e49.tar.bz2
nixlib-6f86c002ddc9693ad79ec2fef753ccbfb5438e49.tar.lz
nixlib-6f86c002ddc9693ad79ec2fef753ccbfb5438e49.tar.xz
nixlib-6f86c002ddc9693ad79ec2fef753ccbfb5438e49.tar.zst
nixlib-6f86c002ddc9693ad79ec2fef753ccbfb5438e49.zip
nixosTests.lightdm: add me to maintainers
-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 8a9a7408d292..c805f1ed9f3c 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 = { ... }: {