mirror of
https://github.com/status-im/timbre.git
synced 2025-01-11 20:34:23 +00:00
Moved to new Maven group artifact.
This commit is contained in:
parent
4ddbcf2016
commit
cc58ac0025
@ -23,7 +23,7 @@ Timbre was built in a day after I finally lost my patience trying to configure L
|
|||||||
|
|
||||||
### Leiningen
|
### Leiningen
|
||||||
|
|
||||||
Depend on `[timbre "0.5.1-SNAPSHOT"]` in your `project.clj` and `use` the library:
|
Depend on `[com.taoensso/timbre "0.5.1-SNAPSHOT"]` in your `project.clj` and `use` the library:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
(ns my-app
|
(ns my-app
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
(defproject timbre "0.5.1-SNAPSHOT"
|
(defproject com.taoensso/timbre "0.5.1-SNAPSHOT"
|
||||||
:description "Simple, flexible, all-Clojure logging. No XML!"
|
:description "Simple, flexible, all-Clojure logging. No XML!"
|
||||||
:url "https://github.com/ptaoussanis/timbre"
|
:url "https://github.com/ptaoussanis/timbre"
|
||||||
:license {:name "Eclipse Public License"}
|
:license {:name "Eclipse Public License"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user