change Cargo.toml to reflect the repository transfer

This commit is contained in:
lumi 2017-12-27 17:16:59 +01:00
parent a8c4c45767
commit 5563449c07

View file

@ -7,15 +7,15 @@ authors = [
"Maxime “pep” Buquet <pep@bouah.net>", "Maxime “pep” Buquet <pep@bouah.net>",
] ]
description = "A crate which provides a Jid struct for Jabber IDs." description = "A crate which provides a Jid struct for Jabber IDs."
homepage = "https://gitlab.com/lumi/jid-rs" homepage = "https://gitlab.com/xmpp-rs/jid-rs"
repository = "https://gitlab.com/lumi/jid-rs" repository = "https://gitlab.com/xmpp-rs/jid-rs"
documentation = "https://docs.rs/jid" documentation = "https://docs.rs/jid"
readme = "README.md" readme = "README.md"
keywords = ["xmpp", "jid"] keywords = ["xmpp", "jid"]
license = "LGPL-3.0+" license = "LGPL-3.0+"
[badges] [badges]
gitlab = { repository = "lumi/jid-rs" } gitlab = { repository = "xmpp-rs/jid-rs" }
[dependencies] [dependencies]
minidom = { version = "0.7", optional = true } minidom = { version = "0.7", optional = true }