summary refs log tree commit diff
path: root/nixos/tests/clickhouse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/clickhouse.nix')
-rw-r--r--nixos/tests/clickhouse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/clickhouse.nix b/nixos/tests/clickhouse.nix
index 2d8a7cf7aa9..98d8b4b4652 100644
--- a/nixos/tests/clickhouse.nix
+++ b/nixos/tests/clickhouse.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "clickhouse";
-  meta.maintainers = with pkgs.stdenv.lib.maintainers; [ ma27 ];
+  meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
 
   machine = {
     services.clickhouse.enable = true;