From 34467dd4a6308750a633ecb3c71be2128f5b333c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 17 Aug 2023 23:45:36 +0200 Subject: [PATCH] sasl: update crate metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- sasl/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]