From b87d8fd0bb2cd9758371e8d576dacb1c808db6d6 Mon Sep 17 00:00:00 2001 From: Ashton Kemerling Date: Fri, 6 Sep 2024 20:33:02 -0600 Subject: [PATCH] Use HTTPS. --- recipes/wip/db/sqllogictest/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/db/sqllogictest/recipe.toml b/recipes/wip/db/sqllogictest/recipe.toml index 1cafcf17..90a6aca7 100644 --- a/recipes/wip/db/sqllogictest/recipe.toml +++ b/recipes/wip/db/sqllogictest/recipe.toml @@ -6,7 +6,7 @@ [source] -git = "git@github.com:risinglightdb/sqllogictest-rs.git" +git = "https://github.com/risinglightdb/sqllogictest-rs.git" rev = "985748550bb8657260dac9da0fe3ebffd3cf4f28" # 0.21.0 [build] template = "custom"