diff --git a/project.clj b/project.clj index ec9a9fc..5440869 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,6 @@ (defproject org.bovinegenius/uri "1.0.0-SNAPSHOT" - :description "FIXME: write" + :description "URI library that defines a UniformResourceIdentifier + protocol, and implements it on a custom Uri class, as well as + java.net.URI, java.net.URL, and java.lang.String." :dependencies [[org.clojure/clojure "1.2.0"] [org.clojure/clojure-contrib "1.2.0"]])