Moved to new Maven group artifact.

This commit is contained in:
Peter Taoussanis 2012-06-27 19:08:07 +07:00
parent 4ddbcf2016
commit cc58ac0025
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"}