Skip to content

Commit

Permalink
Merge pull request #61 from jalving/fix-url
Browse files Browse the repository at this point in the history
update url
  • Loading branch information
jalving authored May 15, 2022
2 parents 898555c + 1f2b8bb commit 2db7867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Plasmo"
uuid = "d3f7391f-f14a-50cc-bbe4-76a32d1bad3c"
authors = ["Jordan Jalving <jhjalving@gmail.com>"]
repo = "https://github.com/zavalab/Plasmo.jl.git"
repo = "https://github.com/plasmo-dev/Plasmo.jl.git"
version = "0.5.0"

[deps]
Expand Down

4 comments on commit 2db7867

@jalving
Copy link
Member 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.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@jalving
Copy link
Member 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/60362

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.5.0 -m "<description of version>" 2db78676c0a774f129c0c516307c20e3eab93fc0
git push origin v0.5.0

Please sign in to comment.