From 944017ab37ef14071605e6b3282242615261550a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Serres?= Date: Wed, 16 Sep 2015 14:03:28 +0200 Subject: [PATCH] Update project.clj gh link --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1c2493b..7e38a45 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject net.cgrand/xforms "0.1.0" :description "Extra transducers for Clojure" - #_#_:url "http://example.com/FIXME" + :url "https://github.com/cgrand/xforms" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.7.0"]])