diff --git a/project.clj b/project.clj index 7b71535..8a46822 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject clj-metasearch "0.1.0-SNAPSHOT" +(defproject clj-metasearch "0.1" :description "Helper functions for searching through Clojure namespaces for vars containing specific bits of metadata." - :url "http://example.com/FIXME" + :url "https://github.com/gered/clj-metasearch" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} :dependencies [[org.clojure/clojure "1.5.1"]