From 691119a1819c5c4bd29fdcd866b4aa295f7cdb10 Mon Sep 17 00:00:00 2001 From: sininenkissa <158344138+sininenkissa@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:04:14 +0000 Subject: [PATCH] conduwuit > /_matrix/federation/v1/version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb5906da..8d5885b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "conduit" +name = "conduwuit" description = "a cool fork of Conduit, a Matrix homeserver written in Rust" license = "Apache-2.0" authors = ["strawberry ", "timokoesters "]