From ff2a470fd85cc3ccf8c32f6268a0e8aa0075dd38 Mon Sep 17 00:00:00 2001 From: LordRatte Date: Thu, 23 Dec 2021 09:34:37 +0200 Subject: Change GitHub namespace to new org for all files --- futures/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'futures/Cargo.toml') diff --git a/futures/Cargo.toml b/futures/Cargo.toml index 3cea6e1a..cdae72e7 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "Commands, subscriptions, and runtimes for Iced" license = "MIT" -repository = "https://github.com/hecrj/iced" +repository = "https://github.com/iced-rs/iced" documentation = "https://docs.rs/iced_futures" keywords = ["gui", "ui", "graphics", "interface", "futures"] categories = ["gui"] -- cgit