From f9811f0c597136478ceb7f27f51aaa0443873eb7 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 6 Oct 2023 15:44:58 -0700 Subject: [PATCH] minor scm tweak --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index acfe950..3e572e8 100644 --- a/build.clj +++ b/build.clj @@ -79,7 +79,7 @@ [:name "Justin Kramer"]]] [:scm [:url "https://github.com/seancorfield/honeysql"] - [:connection "scm:git:git://github.com/seancorfield/honeysql.git"] + [:connection "scm:git:https://github.com/seancorfield/honeysql.git"] [:developerConnection "scm:git:ssh://git@github.com/seancorfield/honeysql.git"] [:tag (str "v" version)]]])