From 377104b8eb0b9933131d5594417428a28ed038fa Mon Sep 17 00:00:00 2001 From: Kyran Gostelow Date: Tue, 12 Apr 2022 16:06:40 +1000 Subject: [PATCH] Update repo location --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07ced8cc..c4364948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "MultiSQL" license = "Apache-2.0" - repository = "https://github.com/KyGost/multisql" + repository = "https://github.com/MultiSQL/multisql" readme = "README.md" keywords = ["database", "database-engine", "sql", "modular", "multi-threaded"] metadata.docs.rs.all-features = true