8783b3a23dce
Version
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 14 Dec 2015 16:33:00 +0000 |
parents | 57ce46be0449 |
children | a3f583b450a2 |
branches/tags | (none) |
files | project.clj |
Changes
--- 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"]