diff --git a/project.clj b/project.clj index 2cd49a8..717deed 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject freactive "0.1.0-SNAPSHOT" - :description "FIXME: write description" - :url "http://example.com/FIXME" +(defproject freactive "0.1.0" + :description "Reactive atoms, expressions and cursors for Clojure" + :url "https://github.com/aaronc/freactive" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.7.0-alpha3"]