summary refs log tree commit diff
path: root/nixos/tests/yabar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/yabar.nix')
-rw-r--r--nixos/tests/yabar.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/yabar.nix b/nixos/tests/yabar.nix
index b374ef29680..545fe544d53 100644
--- a/nixos/tests/yabar.nix
+++ b/nixos/tests/yabar.nix
@@ -4,7 +4,7 @@ with lib;
 
 {
   name = "yabar";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ ma27 ];
   };