From c7132493cf199099e0d32fdd4f1bec3be4af3566 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 20 Dec 2018 17:30:32 +0100 Subject: [PATCH] Cargo: update paths for move to gitlab.com --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 08ff17c5..b6c86df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.0" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" -homepage = "https://github.com/astro/tokio-xmpp" -repository = "https://github.com/astro/tokio-xmpp" +homepage = "https://gitlab.com/xmpp-rs/tokio-xmpp" +repository = "https://gitlab.com/xmpp-rs/tokio-xmpp" documentation = "https://docs.rs/tokio-xmpp" categories = ["asynchronous", "network-programming"] keywords = ["xmpp", "tokio"]