From ad59c601e7d3b9ead4260b9c746737dffb5287b2 Mon Sep 17 00:00:00 2001 From: Gary Yu Date: Fri, 24 May 2019 22:43:05 +0800 Subject: [PATCH] change the api repository to grin-wallet instead of grin (#118) --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 740ddbcb..746c58de 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0-beta.3" authors = ["Grin Developers "] description = "Grin Wallet API" license = "Apache-2.0" -repository = "https://github.com/mimblewimble/grin" +repository = "https://github.com/mimblewimble/grin-wallet" keywords = [ "crypto", "grin", "mimblewimble" ] exclude = ["**/*.grin", "**/*.grin2"] edition = "2018"