about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-01 14:40:51 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-01 14:41:43 +0200
commit15002f1cfd5bc9f8c0e089e0d6c69de8204382f3 (patch)
tree88d975be4609a154b6f8b0e66e6ab12ad3df558f /nixos/tests
parentdbb4a47de04bb02e8a96c9ac16d53ecca61cab22 (diff)
downloadnixlib-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar
nixlib-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.gz
nixlib-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.bz2
nixlib-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.lz
nixlib-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.xz
nixlib-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.tar.zst
nixlib-15002f1cfd5bc9f8c0e089e0d6c69de8204382f3.zip
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/gnome3-xorg.nix6
-rw-r--r--nixos/tests/gnome3.nix6
2 files changed, 6 insertions, 6 deletions
diff --git a/nixos/tests/gnome3-xorg.nix b/nixos/tests/gnome3-xorg.nix
index f793bb922ad7..b59badcd5de4 100644
--- a/nixos/tests/gnome3-xorg.nix
+++ b/nixos/tests/gnome3-xorg.nix
@@ -1,7 +1,7 @@
-import ./make-test-python.nix ({ pkgs, ...} : {
+import ./make-test-python.nix ({ pkgs, lib, ...} : {
   name = "gnome3-xorg";
-  meta = with pkgs.stdenv.lib.maintainers; {
-    maintainers = pkgs.gnome3.maintainers;
+  meta = with lib; {
+    maintainers = teams.gnome.members;
   };
 
   machine = { nodes, ... }: let
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index 486c146d8dc3..17e72c5f6510 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -1,7 +1,7 @@
-import ./make-test-python.nix ({ pkgs, ...} : {
+import ./make-test-python.nix ({ pkgs, lib, ...} : {
   name = "gnome3";
-  meta = with pkgs.stdenv.lib.maintainers; {
-    maintainers = pkgs.gnome3.maintainers;
+  meta = with lib; {
+    maintainers = teams.gnome.members;
   };
 
   machine =