Skip to content

Commit

Permalink
change author to authors in Forc.toml files (FuelLabs#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Feb 28, 2022
1 parent 2c4f9ff commit c3f1b91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Forc.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
author = "Fuel Labs <contact@fuel.sh>"
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "lib.sw"
license = "Apache-2.0"
name = "lib-std"
Expand Down
2 changes: 1 addition & 1 deletion tests/Forc.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
author = "Fuel Labs <contact@fuel.sh>"
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "main.sw"
license = "Apache-2.0"
name = "tests"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_artifacts/balance_contract/Forc.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
author = "Fuel Labs <contact@fuel.sh>"
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "main.sw"
license = "Apache-2.0"
name = "balance_contract"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_projects/token_ops/Forc.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
author = "Fuel Labs <contact@fuel.sh>"
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "main.sw"
license = "Apache-2.0"
name = "token_ops"
Expand Down

0 comments on commit c3f1b91

Please sign in to comment.