From 5563449c07def12b8d9f2394b38db367ba01106b Mon Sep 17 00:00:00 2001 From: lumi Date: Wed, 27 Dec 2017 17:16:59 +0100 Subject: [PATCH] change Cargo.toml to reflect the repository transfer --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11ae9724..a7ba1a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,15 @@ authors = [ "Maxime “pep” Buquet ", ] description = "A crate which provides a Jid struct for Jabber IDs." -homepage = "https://gitlab.com/lumi/jid-rs" -repository = "https://gitlab.com/lumi/jid-rs" +homepage = "https://gitlab.com/xmpp-rs/jid-rs" +repository = "https://gitlab.com/xmpp-rs/jid-rs" documentation = "https://docs.rs/jid" readme = "README.md" keywords = ["xmpp", "jid"] license = "LGPL-3.0+" [badges] -gitlab = { repository = "lumi/jid-rs" } +gitlab = { repository = "xmpp-rs/jid-rs" } [dependencies] minidom = { version = "0.7", optional = true }