From 4dc50ca6cb1d89d2e4095a8879ff46cbe0a2115e Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Thu, 23 Jan 2025 00:22:11 +0700 Subject: [PATCH] fix: correct license and platforms for Manticore Search (#1113) Manticore is now GPL-v3 licensed. There's also a Helm Chart to run it in K8S. --- software/manticore-search.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software/manticore-search.yml b/software/manticore-search.yml index c3c94cccae..04779616f6 100644 --- a/software/manticore-search.yml +++ b/software/manticore-search.yml @@ -2,11 +2,12 @@ name: Manticore Search website_url: https://github.com/manticoresoftware/manticoresearch/ description: Full-text search and data analytics, with fast response time for small, medium and big data (alternative to Elasticsearch). licenses: - - GPL-2.0 + - GPL-3.0 platforms: - Docker - deb - C++ + - K8S tags: - Search Engines source_code_url: https://github.com/manticoresoftware/manticoresearch/