Skip to content

Commit

Permalink
Update Sirupsen references to sirupsen (owner changed name)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddingfactory committed Jan 15, 2017
1 parent dac34a6 commit 330e576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package main
import (
"os"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/puddingfactory/logentrus"
)

Expand Down
2 changes: 1 addition & 1 deletion logentrus.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net"
"os"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)

// Hook used to send logs to logentries
Expand Down
2 changes: 1 addition & 1 deletion logentrus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"os"
"testing"

"github.com/Sirupsen/logrus"
"github.com/puddingfactory/logentrus"
"github.com/sirupsen/logrus"
)

func init() {
Expand Down

0 comments on commit 330e576

Please sign in to comment.