about summary refs log tree commit diff
path: root/nixos/tests/vector.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/vector.nix')
-rw-r--r--nixos/tests/vector.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vector.nix b/nixos/tests/vector.nix
index e96c3ad152f3f..583e60ddc5681 100644
--- a/nixos/tests/vector.nix
+++ b/nixos/tests/vector.nix
@@ -7,7 +7,7 @@ with pkgs.lib;
 {
   test1 = makeTest {
     name = "vector-test1";
-    meta.maintainers = [ pkgs.stdenv.lib.maintainers.happysalada ];
+    meta.maintainers = [ pkgs.lib.maintainers.happysalada ];
 
     machine = { config, pkgs, ... }: {
       services.vector = {