diff --git a/Cargo.toml b/Cargo.toml index 6ecce30..15cde2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Stjepan Glavina "] edition = "2018" description = "Async executor" license = "Apache-2.0 OR MIT" -repository = "https://github.com/stjepang/async-executor" -homepage = "https://github.com/stjepang/async-executor" +repository = "https://github.com/smol-rs/async-executor" +homepage = "https://github.com/smol-rs/async-executor" documentation = "https://docs.rs/async-executor" keywords = ["asynchronous", "executor", "single", "multi", "spawn"] categories = ["asynchronous", "concurrency"] diff --git a/README.md b/README.md index 17e216f..2002a30 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # async-executor -[![Build](https://github.com/stjepang/async-executor/workflows/Build%20and%20test/badge.svg)]( -https://github.com/stjepang/async-executor/actions) +[![Build](https://github.com/smol-rs/async-executor/workflows/Build%20and%20test/badge.svg)]( +https://github.com/smol-rs/async-executor/actions) [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -https://github.com/stjepang/async-executor) +https://github.com/smol-rs/async-executor) [![Cargo](https://img.shields.io/crates/v/async-executor.svg)]( https://crates.io/crates/async-executor) [![Documentation](https://docs.rs/async-executor/badge.svg)](