From 3cb538795b3454f901bf18b6ecae878976671b78 Mon Sep 17 00:00:00 2001 From: Franklin Date: Tue, 21 Feb 2023 13:20:41 -0400 Subject: [PATCH] Changed from github to gitea --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f68181d..e2c9eb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ actix-web = "4.1.0" serde_json = { version = "1" } serde = { version = "1.0", features = ["derive"] } log = { version = "0.4", features = ["serde"] } -err = { git = "https://github.com/franklinblanco/err.git" } \ No newline at end of file +err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" } \ No newline at end of file