diff --git a/ruma-client-api/Cargo.toml b/ruma-client-api/Cargo.toml index 50f62806..46ab504d 100644 --- a/ruma-client-api/Cargo.toml +++ b/ruma-client-api/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-client-api" readme = "README.md" -repository = "https://github.com/ruma/ruma-client-api" +repository = "https://github.com/ruma/ruma" version = "0.9.0" edition = "2018" diff --git a/ruma-events-macros/Cargo.toml b/ruma-events-macros/Cargo.toml index b3d17d4a..a4f62ac7 100644 --- a/ruma-events-macros/Cargo.toml +++ b/ruma-events-macros/Cargo.toml @@ -4,12 +4,12 @@ categories = ["api-bindings", "web-programming"] description = "A procedural macro used by the ruma-events crate." documentation = "https://docs.rs/ruma-events-macros" edition = "2018" -homepage = "https://github.com/ruma/ruma-events-macros" +homepage = "https://www.ruma.io/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-events-macros" readme = "README.md" -repository = "https://github.com/ruma/ruma-api-macros" +repository = "https://github.com/ruma/ruma" version = "0.21.3" [dependencies] diff --git a/ruma-events/Cargo.toml b/ruma-events/Cargo.toml index 1d3f0ab5..49f4f240 100644 --- a/ruma-events/Cargo.toml +++ b/ruma-events/Cargo.toml @@ -3,12 +3,12 @@ authors = ["Jimmy Cuadra "] categories = ["api-bindings"] description = "Serializable types for the events in the Matrix specification." documentation = "https://docs.rs/ruma-events" -homepage = "https://github.com/ruma/ruma-events" +homepage = "https://www.ruma.io/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-events" readme = "README.md" -repository = "https://github.com/ruma/ruma-events" +repository = "https://github.com/ruma/ruma" version = "0.21.3" edition = "2018" diff --git a/ruma-federation-api/Cargo.toml b/ruma-federation-api/Cargo.toml index 8737d676..62dd939c 100644 --- a/ruma-federation-api/Cargo.toml +++ b/ruma-federation-api/Cargo.toml @@ -5,14 +5,14 @@ authors = [ ] categories = ["api-bindings", "web-programming"] description = "Types for the endpoints in the Matrix server-server API." -documentation = "https://docs.rs/ruma-federation-api" +documentation = "https://www.ruma.io/" edition = "2018" homepage = "https://www.ruma.io/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-federation-api" readme = "README.md" -repository = "https://github.com/ruma/ruma-federation-api" +repository = "https://github.com/ruma/ruma" version = "0.0.2" [dependencies] diff --git a/ruma-signatures/Cargo.toml b/ruma-signatures/Cargo.toml index bc5fe010..93342722 100644 --- a/ruma-signatures/Cargo.toml +++ b/ruma-signatures/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"] license = "MIT" name = "ruma-signatures" readme = "README.md" -repository = "https://github.com/ruma/ruma-signatures" +repository = "https://github.com/ruma/ruma" version = "0.6.0-dev.1" [dependencies]