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