summary refs log tree commit diff
path: root/nixos/tests/gnome3-xorg.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-xorg.nix
parentfeb4b30074bb7dcee94c131e429a51fe464afe6f (diff)
downloadnixpkgs-9d0996ff11bc34d62862c80e4813ed91e2a79620.tar
nixpkgs-9d0996ff11bc34d62862c80e4813ed91e2a79620.tar.gz
nixpkgs-9d0996ff11bc34d62862c80e4813ed91e2a79620.tar.bz2
nixpkgs-9d0996ff11bc34d62862c80e4813ed91e2a79620.tar.lz
nixpkgs-9d0996ff11bc34d62862c80e4813ed91e2a79620.tar.xz
nixpkgs-9d0996ff11bc34d62862c80e4813ed91e2a79620.tar.zst
nixpkgs-9d0996ff11bc34d62862c80e4813ed91e2a79620.zip
nixosTests.gnome3{xorg}: add gnome3 maintainers
Diffstat (limited to 'nixos/tests/gnome3-xorg.nix')
-rw-r--r--nixos/tests/gnome3-xorg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gnome3-xorg.nix b/nixos/tests/gnome3-xorg.nix
index ae34b6d22b0..f12361da037 100644
--- a/nixos/tests/gnome3-xorg.nix
+++ b/nixos/tests/gnome3-xorg.nix
@@ -1,7 +1,7 @@
 import ./make-test.nix ({ pkgs, ...} : {
   name = "gnome3-xorg";
   meta = with pkgs.stdenv.lib.maintainers; {
-    maintainers = [ domenkozar eelco lethalman ];
+    maintainers = pkgs.gnome3.maintainers;
   };
 
   machine =