diff options
author | KieranRobson <kieranrobson1999@gmail.com> | 2022-07-04 14:28:46 +0000 |
---|---|---|
committer | KieranRobson <kieranrobson1999@gmail.com> | 2022-07-04 14:28:46 +0000 |
commit | 3b57f1111fbeb5d855e2c7be8950aee48f307a88 (patch) | |
tree | d485e91f94ae7ca38d73a3639b0b0e9ec1268d29 | |
parent | Fix Xandikos - Missing ( (diff) | |
download | awesome-selfhosted-3b57f1111fbeb5d855e2c7be8950aee48f307a88.tar.gz awesome-selfhosted-3b57f1111fbeb5d855e2c7be8950aee48f307a88.zip |
Fix ZincSearch License
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1589,7 +1589,7 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_ - [Typesense](https://typesense.org) - Blazing fast, typo-tolerant open source search engine optimized for developer happiness and ease of use. ([Source Code](https://github.com/typesense/typesense)) `GPL-3.0` `C++` - [Whoogle](https://github.com/benbusby/whoogle-search) `⚠` - A self-hosted, ad-free, privacy-respecting metasearch engine. `MIT` `Python` - [Yacy](https://yacy.net/en/index.html) - Peer based, decentralized search engine server. ([Source Code](https://github.com/yacy/yacy_search_server)) `GPL-2.0` `Java` -- [ZincSearch](https://zincsearch.com) - A lightweight alternative to elasticsearch that requires minimal resources, written in Go. ([Demo](https://github.com/zinclabs/zinc#playground-server), [Source Code](https://github.com/zinclabs/zinc)) `Apache 2.0` `Go` +- [ZincSearch](https://zincsearch.com) - A lightweight alternative to elasticsearch that requires minimal resources, written in Go. ([Demo](https://github.com/zinclabs/zinc#playground-server), [Source Code](https://github.com/zinclabs/zinc)) `Apache-2.0` `Go` ### Self-hosting Solutions |