From 50dabed92bc200b5f64e8d27deb77ad339bec2be Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 4 Aug 2020 23:21:57 +0200 Subject: [PATCH] Fix last use of GitHub as homepage --- ruma-identifiers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-identifiers/Cargo.toml b/ruma-identifiers/Cargo.toml index 6528bc25..91144a22 100644 --- a/ruma-identifiers/Cargo.toml +++ b/ruma-identifiers/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Jimmy Cuadra "] categories = ["api-bindings"] description = "Resource identifiers for Matrix." documentation = "https://docs.rs/ruma-identifiers" -homepage = "https://github.com/ruma/ruma-identifiers" +homepage = "https://www.ruma.io/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-identifiers"