From 25c59b6d321b75c2d8f6d6c92d55478d802d6340 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 12 Jan 2022 16:21:59 -0500 Subject: [PATCH] update project groupId --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3f7b02e..2841f43 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject gered/views.honeysql "0.3-SNAPSHOT" +(defproject net.gered/views.honeysql "0.3-SNAPSHOT" :description "HoneySQL view implementation for views" :url "https://github.com/gered/views.honeysql"