Skip to content

Commit

Permalink
org name change
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel committed Jan 25, 2024
1 parent 4255ebc commit c38ce50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following event types are not yet supported:

As of Go 1.19, install the latest tracecatcher executable using:

go install github.com/iand/tracecatcher@latest
go install github.com/probe-lab/tracecatcher@latest

This will download and build an ipfsfiled binary in `$GOBIN`

Expand Down Expand Up @@ -80,8 +80,8 @@ LOTUS_PUBSUB_ELASTICSEARCHINDEX=traces

This software is dual-licensed under Apache 2.0 and MIT terms:

- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/iand/tracecatcher/blob/master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](https://github.com/fiand/tracecatcher/blob/master/LICENSE-MIT) or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/probe-lab/tracecatcher/blob/master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](https://github.com/fprobe-lab/tracecatcher/blob/master/LICENSE-MIT) or http://opensource.org/licenses/MIT)



Expand Down
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/iand/tracecatcher
module github.com/probe-lab/tracecatcher

go 1.20

Expand Down

0 comments on commit c38ce50

Please sign in to comment.