Update repo and homepage in Cargo.toml files
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
d54471055a
commit
2dd116c0e8
6 changed files with 12 additions and 12 deletions
|
|
@ -7,8 +7,8 @@ authors = [
|
|||
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||
]
|
||||
description = "A crate which provides a Jid struct for Jabber IDs."
|
||||
homepage = "https://gitlab.com/xmpp-rs/jid-rs"
|
||||
repository = "https://gitlab.com/xmpp-rs/jid-rs"
|
||||
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
||||
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
||||
documentation = "https://docs.rs/jid"
|
||||
readme = "README.md"
|
||||
keywords = ["xmpp", "jid"]
|
||||
|
|
@ -16,7 +16,7 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[badges]
|
||||
gitlab = { repository = "xmpp-rs/jid-rs" }
|
||||
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
||||
|
||||
[dependencies]
|
||||
minidom = { version = "0.11", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue