Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from taiki-e/url
Browse files Browse the repository at this point in the history
Update URLs
  • Loading branch information
taiki-e authored Dec 26, 2020
2 parents 678ae51 + 0f462cc commit 75e5f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)](
Expand Down

0 comments on commit 75e5f17

Please sign in to comment.