summary refs log tree commit diff
path: root/pkgs/servers/search/elasticsearch/plugins.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-11-03 12:34:47 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-11-03 12:34:47 +0100
commit58c4cebf6fa50521ff500e19b144b3af3ce31337 (patch)
tree6ab2f9c25f22e4da095ae25b80379f734c5c2ee3 /pkgs/servers/search/elasticsearch/plugins.nix
parent15e4c45cc753015cf9dbd6262c30c39d6232db59 (diff)
downloadnixpkgs-58c4cebf6fa50521ff500e19b144b3af3ce31337.tar
nixpkgs-58c4cebf6fa50521ff500e19b144b3af3ce31337.tar.gz
nixpkgs-58c4cebf6fa50521ff500e19b144b3af3ce31337.tar.bz2
nixpkgs-58c4cebf6fa50521ff500e19b144b3af3ce31337.tar.lz
nixpkgs-58c4cebf6fa50521ff500e19b144b3af3ce31337.tar.xz
nixpkgs-58c4cebf6fa50521ff500e19b144b3af3ce31337.tar.zst
nixpkgs-58c4cebf6fa50521ff500e19b144b3af3ce31337.zip
elasticsearch/plugin: Fix rebase error
Diffstat (limited to 'pkgs/servers/search/elasticsearch/plugins.nix')
-rw-r--r--pkgs/servers/search/elasticsearch/plugins.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/search/elasticsearch/plugins.nix b/pkgs/servers/search/elasticsearch/plugins.nix
index f05c5579dbb..f71d7b9cc76 100644
--- a/pkgs/servers/search/elasticsearch/plugins.nix
+++ b/pkgs/servers/search/elasticsearch/plugins.nix
@@ -177,4 +177,5 @@ in
       description = "Elasticsearch plugin that offers encryption, authentication, and authorisation. ";
       license = licenses.asl20;
     };
+  };
 }