From a32662f1c0acf45745f15f93c24dd411f6cf5e62 Mon Sep 17 00:00:00 2001 From: sininenkissa <158344138+sininenkissa@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:39:30 +0000 Subject: [PATCH] revert changes on cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dec70d2c..deab6a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "conduwuit" +name = "conduit" description = "a cool fork of Conduit, a Matrix homeserver written in Rust" license = "Apache-2.0" authors = ["strawberry ", "timokoesters "]