about summary refs log tree commit diff
path: root/pkgs/servers/search
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-08-27 18:29:26 +0200
committerThomas Gerbet <thomas@gerbet.me>2023-08-27 18:29:26 +0200
commite39d57991886bcae28a1c7f51afa66ebdfb56a72 (patch)
treec2b985e750af4cb7a0e4345b32a7ff409c6226e1 /pkgs/servers/search
parent1915b69aca687b3b6407b3704976053cafec2a57 (diff)
downloadnixlib-e39d57991886bcae28a1c7f51afa66ebdfb56a72.tar
nixlib-e39d57991886bcae28a1c7f51afa66ebdfb56a72.tar.gz
nixlib-e39d57991886bcae28a1c7f51afa66ebdfb56a72.tar.bz2
nixlib-e39d57991886bcae28a1c7f51afa66ebdfb56a72.tar.lz
nixlib-e39d57991886bcae28a1c7f51afa66ebdfb56a72.tar.xz
nixlib-e39d57991886bcae28a1c7f51afa66ebdfb56a72.tar.zst
nixlib-e39d57991886bcae28a1c7f51afa66ebdfb56a72.zip
lib/licenses: add Elastic License 2.0, drop Elastic License
This license was introduced in the Elastic search repository by this
commit: https://github.com/elastic/elasticsearch/commit/a92a647b9f17d1bddf5c707490a19482c273eda3

It appears that all the the packages in nixpkgs using the Elastic License are using the v2.0.
Diffstat (limited to 'pkgs/servers/search')
-rw-r--r--pkgs/servers/search/elasticsearch/7.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/search/elasticsearch/7.x.nix b/pkgs/servers/search/elasticsearch/7.x.nix
index 6eea9d751d51..1fbd64df29c9 100644
--- a/pkgs/servers/search/elasticsearch/7.x.nix
+++ b/pkgs/servers/search/elasticsearch/7.x.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
       binaryBytecode
       binaryNativeCode
     ];
-    license = licenses.elastic;
+    license = licenses.elastic20;
     platforms = platforms.unix;
     maintainers = with maintainers; [ apeschar basvandijk ];
   };