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" }