Skip to content

Commit

Permalink
[#125] Fix rotor appender credits
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
ptaoussanis committed Aug 7, 2015
1 parent baf96f0 commit d4b0d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taoensso/timbre/appenders/3rd_party/rotor.clj
Original file line number Diff line number Diff line change
@@ -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]))
Expand Down

0 comments on commit d4b0d4b

Please sign in to comment.