Change summary
sasl/Cargo.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Detailed changes
@@ -3,8 +3,8 @@ name = "sasl"
version = "0.5.0"
authors = ["lumi <lumi@pew.im>"]
description = "A crate for SASL authentication. Currently only does the client side."
-homepage = "https://gitlab.com/xmpp-rs/sasl-rs"
-repository = "https://gitlab.com/xmpp-rs/sasl-rs"
+homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
+repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
documentation = "https://docs.rs/sasl"
readme = "README.md"
keywords = ["sasl", "authentication"]
@@ -12,7 +12,7 @@ license = "MPL-2.0"
edition = "2018"
[badges]
-gitlab = { repository = "xmpp-rs/sasl-rs" }
+gitlab = { repository = "xmpp-rs/xmpp-rs" }
[features]
default = ["scram", "anonymous"]