From 4e9e34dcc37d0910393e9e6b5d1ff297c387a1e7 Mon Sep 17 00:00:00 2001 From: namuyang Date: Thu, 4 Jul 2019 11:05:51 +0900 Subject: [PATCH] fix repository link 404 not found from docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6bc4a2..96fcd2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "secp256k1 implementation and utilities" license = "BSD-3-Clause" version = "0.2.4" authors = ["Wei Tang ", "CjS77 <>"] -repository = "https://github.com/tari-labs/libsecp256k1-rs/" +repository = "https://github.com/tari-labs/libsecp256k1/" keywords = [ "crypto", "ECDSA", "secp256k1" ] [dependencies]