Skip to content

Commit

Permalink
s/BurntSushi/toml-lang/
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Aug 29, 2023
1 parent d5038b1 commit 54bc938
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ your tests from breaking on changes to tests in this tool.
To compile from source you will need Go 1.16 or newer (older versions will *not*
work):

$ git clone https://github.com/BurntSushi/toml-test.git
$ git clone https://github.com/toml-lang/toml-test.git
$ cd toml-test
$ go build ./cmd/toml-test

This will build a `./toml-test` binary.

[r]: https://github.com/BurntSushi/toml-test/releases
[r]: https://github.com/toml-lang/toml-test/releases

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion cmd/toml-test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"sort"
"strings"

tomltest "github.com/BurntSushi/toml-test"
tomltest "github.com/toml-lang/toml-test"
"zgo.at/zli"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/toml-test/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
const usage = `Usage: %[1]s parser-cmd [ parser-cmd-flags ]
toml-test is a tool to verify the correctness of TOML parsers and writers.
https://github.com/BurntSushi/toml-test
https://github.com/toml-lang/toml-test
The parser-cmd positional argument should be a program that accepts TOML data
on stdin until EOF, and is expected to write the corresponding JSON encoding on
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/BurntSushi/toml-test
module github.com/toml-lang/toml-test

go 1.16

Expand Down

0 comments on commit 54bc938

Please sign in to comment.