From 941a5b708a6ffabcd11e6cff8e41424a40fd1600 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Thu, 12 Mar 2015 14:34:33 -0700 Subject: [PATCH] add scm info to the project.clj --- project.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.clj b/project.clj index dfc38a8..bef711b 100644 --- a/project.clj +++ b/project.clj @@ -3,4 +3,6 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :url "https://github.com/jkk/honeysql" + :scm {:name "git" + :url "https://github.com/jkk/honeysql"} :dependencies [[org.clojure/clojure "1.6.0"]])