From cc11d75af89edb69c7dc7653e81048ae28926377 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 8 Jul 2014 08:30:47 -0400 Subject: [PATCH] this is the wrong url --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 23b3a14..d282b7c 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject clj-hl7-fhir "0.1.0-SNAPSHOT" :description "HL7 FHIR JSON client" - :url "https://github.com/gered/clj-hapi-fhir" + :url "https://github.com/gered/clj-hl7-fhir" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0"} :dependencies [[org.clojure/clojure "1.6.0"]