From b7960123ad2680266395d3d45102ae58a91701b9 Mon Sep 17 00:00:00 2001 From: Rowan Vixen Date: Thu, 1 Feb 2024 05:23:01 -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 79c00d7..0759098 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] regex = "^1.7" -roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" } +roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" } once_cell = { version = "1.19.0" }