From 8ea5d6f404a598a195800d988bc4e35aebed4239 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 26 Dec 2020 23:47:13 +0900 Subject: [PATCH] Update URLs --- Cargo.toml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9e246f..61612e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Stjepan Glavina "] edition = "2018" description = "Concurrent multi-producer multi-consumer queue" license = "Apache-2.0 OR MIT" -repository = "https://github.com/stjepang/concurrent-queue" -homepage = "https://github.com/stjepang/concurrent-queue" +repository = "https://github.com/smol-rs/concurrent-queue" +homepage = "https://github.com/smol-rs/concurrent-queue" documentation = "https://docs.rs/concurrent-queue" keywords = ["channel", "mpmc", "spsc", "spmc", "mpsc"] categories = ["concurrency"] diff --git a/README.md b/README.md index c5eaabd..47e9d4a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # concurrent-queue -[![Build](https://github.com/stjepang/concurrent-queue/workflows/Build%20and%20test/badge.svg)]( -https://github.com/stjepang/concurrent-queue/actions) +[![Build](https://github.com/smol-rs/concurrent-queue/workflows/Build%20and%20test/badge.svg)]( +https://github.com/smol-rs/concurrent-queue/actions) [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -https://github.com/stjepang/concurrent-queue) +https://github.com/smol-rs/concurrent-queue) [![Cargo](https://img.shields.io/crates/v/concurrent-queue.svg)]( https://crates.io/crates/concurrent-queue) [![Documentation](https://docs.rs/concurrent-queue/badge.svg)](