From 2e504c870ea0e635a8b6f87dafa0200215a08888 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sun, 16 Dec 2012 17:46:29 +0100 Subject: [PATCH] fix project's name --- modules/incanter-sql/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/incanter-sql/project.clj b/modules/incanter-sql/project.clj index a2daca8c..442ddd62 100644 --- a/modules/incanter-sql/project.clj +++ b/modules/incanter-sql/project.clj @@ -1,4 +1,4 @@ -(defproject incanter-sql "1.4.1" +(defproject incanter/incanter-sql "1.4.1" :description "Database interaction via ClojureQL" :dependencies [[incanter/incanter-core "1.4.1"] [clojureql "1.0.4"]