From 50327571582abf547412dba0a85a372dd68b5dbb Mon Sep 17 00:00:00 2001 From: LingMan Date: Thu, 25 Jun 2020 18:01:06 +0200 Subject: [PATCH] Update repository url The old one redirects to the new one, but still better to say up-to-date. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a4b7d0..1e15d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Trait for real and complex numbers" documentation = "https://docs.rs/cauchy" -repository = "https://github.com/termoshtt/cauchy" +repository = "https://github.com/rust-math/cauchy" keywords = [] categories = ["algorithms"] license = "MIT"