From 5d62fc25aee8431489f06fd360d06772a3102e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 18 May 2023 16:30:03 +0200 Subject: [PATCH] xmpp: Update homepage url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xmpp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpp/Cargo.toml b/xmpp/Cargo.toml index b02d841c..d03801bf 100644 --- a/xmpp/Cargo.toml +++ b/xmpp/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Maxime “pep” Buquet ", ] description = "High-level XMPP library" -homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" +homepage = "https://xmpp.rs" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" keywords = ["xmpp", "jabber", "chat", "messaging", "bot"] categories = ["network-programming"]