From aaae15666a08aaa203a81128dfed0450aa252f9b Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 4 Nov 2016 09:11:56 +0900 Subject: [PATCH] NOBUG Edited Cargo.toml with the new repo url. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83b5f0eac..93bbb82ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ license = "MIT" description = """Tantivy is a search engine library.""" documentation = "http://fulmicoton.com/tantivy/tantivy/index.html" -homepage = "https://github.com/fulmicoton/tantivy" -repository = "https://github.com/fulmicoton/tantivy" +homepage = "https://github.com/tantivy-search/tantivy" +repository = "https://github.com/tantivy-search/tantivy" readme = "README.md" keywords = ["search", "information", "retrieval"]