Skip to content

Commit

Permalink
Split authors field into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Oct 22, 2023
1 parent 96675d3 commit e7f4ef3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name = "Electrum"
uuid = "b7bf5f09-dce4-461b-b741-5180c76f4cfe"
authors = ["Brandon Flores <[email protected]>", "Amber Lim <[email protected]>", "Patrick Cross <[email protected]>"]
authors = [
"Brandon Flores <[email protected]>",
"Amber Lim <[email protected]>",
"Patrick Cross <[email protected]>"
]
version = "0.1.11"

[deps]
Expand Down

2 comments on commit e7f4ef3

@brainandforce
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/93906

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.11 -m "<description of version>" e7f4ef3d01d8db79812f2837be539b5939f56230
git push origin v0.1.11

Please sign in to comment.