2efe1bc31045
Fix typo.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 08 Nov 2012 12:53:50 -0500 | 
| parents | 63f3589431c1 | 
| children | f4f93b7297ea | 
| branches/tags | (none) | 
| files | project.clj | 
Changes
--- a/project.clj Thu Nov 08 12:51:57 2012 -0500 +++ b/project.clj Thu Nov 08 12:53:50 2012 -0500 @@ -3,6 +3,6 @@ :dependencies [[org.clojure/clojure "1.3.0"]] :plugins [[sjl/lein2-generative "0.1.4.2"]] :generative-path "test/" - :url "http://sjl.bitbicket.org/roul/" + :url "http://sjl.bitbucket.org/roul/" :min-lein-version "2.0.0" :description "A library that wraps and extends Clojure's random number generators.")