From 93fcffd3e9628ba48053eb825f87ddfc0916ae6e Mon Sep 17 00:00:00 2001 From: gmorenz Date: Mon, 18 Mar 2019 07:54:17 -0400 Subject: [PATCH] docs(cargo): fix typo in repo link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 844ae55..a123660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics", "bignum"] categories = [ "algorithms", "data-structures", "science" ] license = "MIT/Apache-2.0" name = "num-bigint-dig" -repository = "https://github.com/dignifiedquier/num-bigint" +repository = "https://github.com/dignifiedquire/num-bigint" version = "0.3.1-alpha.0" readme = "README.md" build = "build.rs"