From bb77ba945f7a6387c35d4452d60fd59258f57085 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Thu, 12 Mar 2015 14:34:28 -0700 Subject: [PATCH] quote this url --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 116f87d..dfc38a8 100644 --- a/project.clj +++ b/project.clj @@ -2,5 +2,5 @@ :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :url https://github.com/jkk/honeysql + :url "https://github.com/jkk/honeysql" :dependencies [[org.clojure/clojure "1.6.0"]])