From abb1178657285b96216230b31ec429088d25e141 Mon Sep 17 00:00:00 2001 From: KitsuneCafe <10284516+kitsunecafe@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:22:22 -0500 Subject: [PATCH] move to fem.mint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f67777b..64d5bd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" } +roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" } tera = "1.19.1"