From 67ec2c12116d71d89f4111730c40e0f0c6e1168c Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Fri, 1 May 2020 15:29:29 -0500 Subject: [PATCH] Update URLs in Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70fef7a..326bc5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,9 @@ version = "0.2.33" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" -repository = "https://github.com/rust-lang-nursery/net2-rs" -homepage = "https://github.com/rust-lang-nursery/net2-rs" -documentation = "https://doc.rust-lang.org/net2-rs/" +repository = "https://github.com/deprecrated/net2-rs" +homepage = "https://github.com/deprecrated/net2-rs" +documentation = "https://docs.rs/net2/~0.2" description = """ Extensions to the standard library's networking types as proposed in RFC 1158. """