From 69d1e1cf86b5f6841eae779e3492c09661bc3eda Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Mon, 21 Aug 2023 23:10:49 +0800 Subject: [PATCH] typo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f3a27a..862e2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,11 @@ version = "0.1.2" edition = "2021" description = "Redis compatible server convert longitude and latitude to timezone name(s)." -homepage = "https//github.com/ringsaturn/redizone" +homepage = "https://github.com/ringsaturn/redizone" keywords = ["timezone", "geo"] license = "MIT" readme = "README.md" -repository = "https//github.com/ringsaturn/redizone" +repository = "https://github.com/ringsaturn/redizone" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html