From 1e93d0b1e4bc76ff19e1ce8e638c60204f458604 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Tue, 9 Apr 2024 15:55:30 -0700 Subject: [PATCH] update repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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