From 2dd116c0e8a6acff1ebe4e9c04674dcadc6d0f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 20 Oct 2019 01:04:22 +0200 Subject: [PATCH] Update repo and homepage in Cargo.toml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xmpp-parsers/.gitlab-ci.yml => .gitlab-ci.yml | 0 jid-rs/Cargo.toml | 6 +++--- minidom-rs/Cargo.toml | 6 +++--- tokio-xmpp/Cargo.toml | 4 ++-- xmpp-parsers/Cargo.toml | 4 ++-- xmpp-rs/Cargo.toml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) rename xmpp-parsers/.gitlab-ci.yml => .gitlab-ci.yml (100%) diff --git a/xmpp-parsers/.gitlab-ci.yml b/.gitlab-ci.yml similarity index 100% rename from xmpp-parsers/.gitlab-ci.yml rename to .gitlab-ci.yml diff --git a/jid-rs/Cargo.toml b/jid-rs/Cargo.toml index 4f4894d0..02782f2c 100644 --- a/jid-rs/Cargo.toml +++ b/jid-rs/Cargo.toml @@ -7,8 +7,8 @@ authors = [ "Maxime “pep” Buquet ", ] 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 } diff --git a/minidom-rs/Cargo.toml b/minidom-rs/Cargo.toml index e46db5a3..ee233d86 100644 --- a/minidom-rs/Cargo.toml +++ b/minidom-rs/Cargo.toml @@ -9,8 +9,8 @@ authors = [ "Maxime “pep” Buquet ", ] description = "A small, simple DOM implementation on top of quick-xml" -homepage = "https://gitlab.com/lumi/minidom-rs" -repository = "https://gitlab.com/lumi/minidom-rs" +homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" +repository = "https://gitlab.com/xmpp-rs/xmpp-rs" documentation = "https://docs.rs/minidom" readme = "README.md" keywords = ["xml"] @@ -18,7 +18,7 @@ license = "MIT" edition = "2018" [badges] -gitlab = { repository = "lumi/minidom-rs" } +gitlab = { repository = "xmpp-rs/xmpp-rs" } [dependencies] quick-xml = "0.17" diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 0ea41d96..f0a88e9c 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -4,8 +4,8 @@ version = "1.0.1" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" -homepage = "https://gitlab.com/xmpp-rs/tokio-xmpp" -repository = "https://gitlab.com/xmpp-rs/tokio-xmpp" +homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" +repository = "https://gitlab.com/xmpp-rs/xmpp-rs" documentation = "https://docs.rs/tokio-xmpp" categories = ["asynchronous", "network-programming"] keywords = ["xmpp", "tokio"] diff --git a/xmpp-parsers/Cargo.toml b/xmpp-parsers/Cargo.toml index e02950d4..0925c0eb 100644 --- a/xmpp-parsers/Cargo.toml +++ b/xmpp-parsers/Cargo.toml @@ -6,8 +6,8 @@ authors = [ "Maxime “pep” Buquet ", ] description = "Collection of parsers and serialisers for XMPP extensions" -homepage = "https://gitlab.com/xmpp-rs/xmpp-parsers" -repository = "https://gitlab.com/xmpp-rs/xmpp-parsers" +homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" +repository = "https://gitlab.com/xmpp-rs/xmpp-rs" keywords = ["xmpp", "jabber", "xml"] categories = ["parsing", "network-programming"] license = "MPL-2.0" diff --git a/xmpp-rs/Cargo.toml b/xmpp-rs/Cargo.toml index f14c16ec..19ad9c56 100644 --- a/xmpp-rs/Cargo.toml +++ b/xmpp-rs/Cargo.toml @@ -6,8 +6,8 @@ authors = [ "Maxime “pep” Buquet ", ] description = "High-level XMPP library" -homepage = "https://gitlab.com/linkmauve/xmpp-rs" -repository = "https://gitlab.com/linkmauve/xmpp-rs" +homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" +repository = "https://gitlab.com/xmpp-rs/xmpp-rs" keywords = ["xmpp", "jabber", "chat", "messaging", "bot"] categories = ["network-programming"] license = "MPL-2.0"