From f17226fcbdc4306161c73021ee243d5d15c6b5dd 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 afcd8f4..0e61525 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Stjepan Glavina "] edition = "2018" description = "Async interface for working with processes" license = "Apache-2.0 OR MIT" -repository = "https://github.com/stjepang/async-process" -homepage = "https://github.com/stjepang/async-process" +repository = "https://github.com/smol-rs/async-process" +homepage = "https://github.com/smol-rs/async-process" documentation = "https://docs.rs/async-process" keywords = ["process", "spawn", "command", "subprocess", "child"] categories = ["asynchronous", "os"] diff --git a/README.md b/README.md index b852064..bf30215 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # async-process -[![Build](https://github.com/stjepang/async-process/workflows/Build%20and%20test/badge.svg)]( -https://github.com/stjepang/async-process/actions) +[![Build](https://github.com/smol-rs/async-process/workflows/Build%20and%20test/badge.svg)]( +https://github.com/smol-rs/async-process/actions) [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -https://github.com/stjepang/async-process) +https://github.com/smol-rs/async-process) [![Cargo](https://img.shields.io/crates/v/async-process.svg)]( https://crates.io/crates/async-process) [![Documentation](https://docs.rs/async-process/badge.svg)](