Skip to content

Commit

Permalink
Revert "Use k6io not loadimpact organization for k6"
Browse files Browse the repository at this point in the history
This reverts commit e0cf904.
  • Loading branch information
na-- committed Mar 31, 2021
1 parent 37ca287 commit e58ad0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`xk6` - Custom k6 Builder
===============================

This command line tool and associated Go package makes it easy to make custom builds of [k6](https://github.com/k6io/k6).
This command line tool and associated Go package makes it easy to make custom builds of [k6](https://github.com/loadimpact/k6).

It is used heavily by k6 extension developers as well as anyone who wishes to make custom `k6` binaries (with or without extensions).

Expand Down
2 changes: 1 addition & 1 deletion builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,5 @@ const (
// used for temporary folder paths.
yearMonthDayHourMin = "2006-01-02-1504"

defaultK6ModulePath = "github.com/k6io/k6"
defaultK6ModulePath = "github.com/loadimpact/k6"
)

0 comments on commit e58ad0a

Please sign in to comment.