Skip to content

Commit

Permalink
Use gopkg.in provider instead of github
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Potter committed Jan 25, 2016
1 parent 3cfd7a4 commit 5bae0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os/signal"
"syscall"

"github.com/natefinch/lumberjack.v2"
"gopkg.in/natefinch/lumberjack.v2"
)

// Example of how to rotate in response to SIGHUP.
Expand Down

0 comments on commit 5bae0dc

Please sign in to comment.