diff --git a/Cargo.toml b/Cargo.toml index 50dcd9d..6cddb48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["ulid", "library", "sqlite", "extension", "julid"] description = "A crate and loadable extension for SQLite that provides Joe's ULIDs." readme = "README.md" license-file = "LICENSE.md" -repository = "https://gitlab.com/nebkor/julid" +repository = "https://git.kittencollective.com/nebkor/julid-rs" [features] default = ["serde", "sqlx"] # just the regular crate