From 8e394fbdb66a9d8e338e081caf922f1508401ea3 Mon Sep 17 00:00:00 2001 From: GenerateMe Date: Tue, 5 Mar 2024 16:49:42 +0100 Subject: [PATCH] project group fixed --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f1da184..f0905e7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject generateme/fastmath-clustering "1.0.0" +(defproject org.clojars.generateme/fastmath-clustering "1.0.0" :description "SMILE Clustering wrapper" :url "https://github.com/generateme/fastmath-clustering" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"