From 6de5b3c2a06545556fac530905edd976f6c01d84 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 13 Dec 2020 13:41:00 +0100 Subject: [PATCH] Update repository link in crate metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76c52e54..4bf9247c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A Matrix homeserver written in Rust" license = "Apache-2.0" authors = ["timokoesters "] homepage = "https://conduit.rs" -repository = "https://git.koesters.xyz/timo/conduit" +repository = "https://gitlab.com/famedly/conduit" readme = "README.md" version = "0.1.0" edition = "2018"