From c0747a5fc18ef97d7f61676e2b214b83aec4cc58 Mon Sep 17 00:00:00 2001 From: Rijenkii Date: Wed, 23 May 2018 05:28:28 +0700 Subject: [PATCH] tokio-io: Fix the link to the repository (#372) --- tokio-io/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-io/Cargo.toml b/tokio-io/Cargo.toml index 91e628d9b..f8d33139a 100644 --- a/tokio-io/Cargo.toml +++ b/tokio-io/Cargo.toml @@ -8,7 +8,7 @@ name = "tokio-io" version = "0.1.6" authors = ["Carl Lerche "] license = "MIT" -repository = "https://github.com/tokio-rs/tokio-io" +repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" documentation = "https://docs.rs/tokio-io/0.1" description = """