mirror of https://github.com/status-im/timbre.git
[#125] Fix rotor appender credits
Original PR here: https://github.com/ptaoussanis/timbre/pull/34/files I'd incorrectly assumed the submitter was the author, but the original source was actually https://goo.gl/OoBOZU by @postspectacular. Entirely my error (@ptaoussanis), apologies!
This commit is contained in:
parent
baf96f07d5
commit
d4b0d4b3ad
|
@ -1,5 +1,5 @@
|
|||
(ns taoensso.timbre.appenders.3rd-party.rotor
|
||||
{:author "Yutaka Matsubara"}
|
||||
{:author "Karsten Schmidt"}
|
||||
(:require [clojure.java.io :as io]
|
||||
[taoensso.timbre :as timbre])
|
||||
(:import [java.io File FilenameFilter]))
|
||||
|
|
Loading…
Reference in New Issue