Skip to content

Commit

Permalink
Merge pull request #5 from ipfs-shipyard/jj-mod-name
Browse files Browse the repository at this point in the history
Update module name since org change
  • Loading branch information
Justin Johnson authored Aug 11, 2022
2 parents 7bfa69f + a98f4b0 commit f93e195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/justincjohnson/go-ipfs-redirects
module github.com/ipfs-shipyard/go-ipfs-redirects

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion redirects_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"os"

redirects "github.com/justincjohnson/go-ipfs-redirects"
redirects "github.com/ipfs-shipyard/go-ipfs-redirects"
)

func Example() {
Expand Down
2 changes: 1 addition & 1 deletion redirects_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package redirects_test
import (
"testing"

redirects "github.com/justincjohnson/go-ipfs-redirects"
redirects "github.com/ipfs-shipyard/go-ipfs-redirects"
"github.com/tj/assert"
)

Expand Down

0 comments on commit f93e195

Please sign in to comment.