Include commented out :url option in default project.clj

This commit is contained in:
scottjad 2011-12-29 17:30:41 -05:00
parent ac3e84ea24
commit 00a081133b

View file

@ -1,3 +1,4 @@
(defproject {{name}} "0.1.0-SNAPSHOT" (defproject {{name}} "0.1.0-SNAPSHOT"
:description "FIXME: write description" :description "FIXME: write description"
;; :url "http://FIXME"
:dependencies [[clojure "1.3.0"]]) :dependencies [[clojure "1.3.0"]])