summary refs log tree commit diff
path: root/nixos/tests/pinnwand.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/pinnwand.nix')
-rw-r--r--nixos/tests/pinnwand.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pinnwand.nix b/nixos/tests/pinnwand.nix
index 2204e74b2c2..0c583e1104d 100644
--- a/nixos/tests/pinnwand.nix
+++ b/nixos/tests/pinnwand.nix
@@ -25,7 +25,7 @@ let
 in
 {
   name = "pinnwand";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers =[ hexa ];
   };