From a2c22181f8a87cb2b003781e8d845bfa04305d5f Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 25 Mar 2014 11:08:59 -0400 Subject: [PATCH] first version! --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]