diff --git a/sasl/Cargo.toml b/sasl/Cargo.toml index 098fe144..5ca04e07 100644 --- a/sasl/Cargo.toml +++ b/sasl/Cargo.toml @@ -3,8 +3,8 @@ name = "sasl" version = "0.5.0" authors = ["lumi "] 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"]