Merge pull request #359 from scottjad/patch-1

Include commented out :url option in default project.clj
This commit is contained in:
Phil Hagelberg 2011-12-29 14:32:04 -08:00
commit 3bdd6997ee

View file

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