From af116ba58d3509ff564173e69b2fc22f3fb6b72f Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sat, 30 Mar 2024 09:20:02 +0100 Subject: [PATCH] Aim repository field to the correct repository (#17) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f5e58d..dbb87ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["John Nunley "] rust-version = "1.60" description = "Block or poll on event_listener easily" license = "Apache-2.0 OR MIT" -repository = "https://github.com/smol-rs/event-listener" +repository = "https://github.com/smol-rs/event-listener-strategy" keywords = ["condvar", "envcount", "wake", "blocking", "park"] categories = ["asynchronous", "concurrency"] exclude = ["/.*"]