add :url to project.clj
This commit is contained in:
parent
e3b42d5cd9
commit
1bec3a6143
1 changed files with 1 additions and 0 deletions
|
|
@ -2,4 +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
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]])
|
||||
|
|
|
|||
Loading…
Reference in a new issue