From a8cac2822506f170b5d05e929d263ac203051adc Mon Sep 17 00:00:00 2001 From: ingesolvoll Date: Wed, 17 Nov 2021 12:09:05 +0100 Subject: [PATCH] https://clojureverse.org/t/clojars-verified-group-names/7297 --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index 8eecf0f..eb9c1b9 100644 --- a/build.clj +++ b/build.clj @@ -3,7 +3,7 @@ [clojure.string :as str] [org.corfield.build :as bb])) -(def lib 'ingesolvoll/re-statecharts) +(def lib 'com.github.ingesolvoll/re-statecharts) (def version "0.0.1") (defn install [opts]