xmpp-parsers/.gitlab-ci.yml → .gitlab-ci.yml 🔗
Maxime “pep” Buquet created
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
.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(-)
@@ -7,8 +7,8 @@ authors = [
"Maxime “pep” Buquet <pep@bouah.net>",
]
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 }
@@ -9,8 +9,8 @@ authors = [
"Maxime “pep” Buquet <pep@bouah.net>",
]
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"
@@ -4,8 +4,8 @@ version = "1.0.1"
authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>"]
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"]
@@ -6,8 +6,8 @@ authors = [
"Maxime “pep” Buquet <pep@bouah.net>",
]
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"
@@ -6,8 +6,8 @@ authors = [
"Maxime “pep” Buquet <pep@bouah.net>",
]
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"