Skip to content

Commit

Permalink
[nop] Update GitHub URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 26, 2023
1 parent e3d8c33 commit 522bc0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject com.taoensso/timbre "6.2.2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Simple structured logging for Clojure/Script applications"
:url "https://github.com/ptaoussanis/timbre"
:url "https://github.com/taoensso/timbre"

:license
{:name "Eclipse Public License - v 1.0"
Expand Down Expand Up @@ -97,12 +97,12 @@
:optimizations :simple}}]}

:aliases
{"start-dev" ["with-profile" "+dev" "repl" ":headless"]
"build-once" ["do" ["clean"] "cljsbuild" "once"]
{"start-dev" ["with-profile" "+dev" "repl" ":headless"]
"build-once" ["do" ["clean"] ["cljsbuild" "once"]]
;; "deploy-lib" ["do" ["build-once"] ["deploy" "clojars"] ["install"]]
"deploy-lib" ["with-profile" "+deploy"
"do" ["build-once"] ["deploy" "clojars"] ["install"]]
"deploy-lib" ["with-profile" "+deploy" "do"
["build-once"] ["deploy" "clojars"] ["install"]]

"test-clj" ["with-profile" "+c1.11:+c1.10:+c1.9" "test"]
"test-cljs" ["with-profile" "+test" "cljsbuild" "test"]
"test-all" ["do" ["clean"] "test-clj," "test-cljs"]})
"test-all" ["do" ["clean"] ["test-clj"] ["test-cljs"]]})

0 comments on commit 522bc0f

Please sign in to comment.