From 6513fb1c8316e0ca5ddc21da0551a7c3812f5bd0 Mon Sep 17 00:00:00 2001 From: ingesolvoll Date: Wed, 17 Nov 2021 12:02:05 +0100 Subject: [PATCH] Use existing clojars group --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index b08884f..8eecf0f 100644 --- a/build.clj +++ b/build.clj @@ -3,7 +3,7 @@ [clojure.string :as str] [org.corfield.build :as bb])) -(def lib 're-statecharts/re-statecharts) +(def lib 'ingesolvoll/re-statecharts) (def version "0.0.1") (defn install [opts]