summary refs log tree commit diff
path: root/pkgs/development/tools/misc/kibana/7.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/kibana/7.x.nix')
-rw-r--r--pkgs/development/tools/misc/kibana/7.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/kibana/7.x.nix b/pkgs/development/tools/misc/kibana/7.x.nix
index e8435549f4a..9fba3b43e11 100644
--- a/pkgs/development/tools/misc/kibana/7.x.nix
+++ b/pkgs/development/tools/misc/kibana/7.x.nix
@@ -57,7 +57,7 @@ in stdenv.mkDerivation rec {
     description = "Visualize logs and time-stamped data";
     homepage = http://www.elasticsearch.org/overview/kibana;
     license = if enableUnfree then licenses.elastic else licenses.asl20;
-    maintainers = with maintainers; [ offline rickynils basvandijk ];
+    maintainers = with maintainers; [ offline basvandijk ];
     platforms = with platforms; unix;
   };
 }