about summary refs log tree commit diff
path: root/nixos/tests/gnome3.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-06 18:32:52 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-06 20:51:44 -0400
commit9d0996ff11bc34d62862c80e4813ed91e2a79620 (patch)
treeebeba9a30edce637fced582de5c3998364a9735e /nixos/tests/gnome3.nix
parentfeb4b30074bb7dcee94c131e429a51fe464afe6f (diff)
nixosTests.gnome3{xorg}: add gnome3 maintainers
Diffstat (limited to 'nixos/tests/gnome3.nix')
-rw-r--r--nixos/tests/gnome3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index da95105aeab52..b6fe602a7327f 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -1,7 +1,7 @@
 import ./make-test.nix ({ pkgs, ...} : {
   name = "gnome3";
   meta = with pkgs.stdenv.lib.maintainers; {
-    maintainers = [ lethalman ];
+    maintainers = pkgs.gnome3.maintainers;
   };
 
   machine =