Skip to content

Commit

Permalink
Use a new group name
Browse files Browse the repository at this point in the history
Cannot create new projects under `miikka` anymore.
https://github.com/clojars/clojars-web/wiki/Groups
  • Loading branch information
miikka committed Sep 4, 2021
1 parent 925f921 commit 8be8269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [clojure.tools.build.api :as b]
[org.corfield.build :as bb]))

(def lib 'miikka/split-token)
(def lib 'net.clojars.miikka/split-token)
(def version (format "0.1.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
Expand Down

0 comments on commit 8be8269

Please sign in to comment.