[#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:
Peter Taoussanis 2015-08-07 13:30:05 +07:00
parent baf96f07d5
commit d4b0d4b3ad
1 changed files with 1 additions and 1 deletions

View File

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