diff --git a/Cargo.toml b/Cargo.toml index 3accd32..04e7d5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ authors = [ edition = "2018" description = "Non-blocking TCP or Unix connect" license = "Apache-2.0 OR MIT" -repository = "https://github.com/stjepang/nb-connect" -homepage = "https://github.com/stjepang/nb-connect" +repository = "https://github.com/smol-rs/nb-connect" +homepage = "https://github.com/smol-rs/nb-connect" documentation = "https://docs.rs/nb-connect" keywords = ["TcpStream", "UnixStream", "socket2", "polling"] categories = ["asynchronous", "network-programming", "os"] diff --git a/README.md b/README.md index 5b35489..90551d9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # nb-connect -[![Build](https://github.com/stjepang/nb-connect/workflows/Build%20and%20test/badge.svg)]( -https://github.com/stjepang/nb-connect/actions) +[![Build](https://github.com/smol-rs/nb-connect/workflows/Build%20and%20test/badge.svg)]( +https://github.com/smol-rs/nb-connect/actions) [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -https://github.com/stjepang/nb-connect) +https://github.com/smol-rs/nb-connect) [![Cargo](https://img.shields.io/crates/v/nb-connect.svg)]( https://crates.io/crates/nb-connect) [![Documentation](https://docs.rs/nb-connect/badge.svg)](