add scm info to the project.clj
This commit is contained in:
parent
bb77ba945f
commit
941a5b708a
1 changed files with 2 additions and 0 deletions
|
|
@ -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"]])
|
||||
|
|
|
|||
Loading…
Reference in a new issue