# HG changeset patch # User Steve Losh # Date 1450110780 0 # Node ID 8783b3a23dce9c3f49befd7e08142c7d99f3d241 # Parent 57ce46be0449947a7a08984c88366b7d1f4fb4e4 Version diff -r 57ce46be0449 -r 8783b3a23dce project.clj --- a/project.clj Mon Dec 14 16:31:16 2015 +0000 +++ b/project.clj Mon Dec 14 16:33:00 2015 +0000 @@ -1,8 +1,7 @@ -(defproject silt "0.1.0-SNAPSHOT" - :description "FIXME: write description" - :url "http://example.com/FIXME" - :license {:name "Eclipse Public License" - :url "http://www.eclipse.org/legal/epl-v10.html"} +(defproject silt "0.2.0" + :description "You are the god of a toroidal world." + :url "http://bitbucket.org/sjl/silt" + :license {:name "MIT/X11"} :dependencies [[org.clojure/clojure "1.7.0"] [clojure-lanterna "0.9.5"] [roul "0.2.0"]