From 39750b5e25be1a112ea5c49e287003fb88d75eba Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 4 Apr 2024 00:24:19 +0200 Subject: [PATCH] Update website URL --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f438a2..97ccb15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "synapse-admin-api" version = "0.6.0" categories = ["api-bindings", "web-programming"] description = "Types for the endpoints in the synapse admin API." -homepage = "https://www.ruma.io/" +homepage = "https://ruma.dev/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" repository = "https://github.com/ruma/synapse-admin-api"