Skip to content

Commit

Permalink
Update README and Project.toml with new location
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 27, 2019
1 parent 183f8e0 commit 6c176c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SDPT3"
uuid = "e33b2407-87ff-50a0-8b27-f0fe7855237d"
repo = "https://github.com/blegat/SDPT3.jl.git"
repo = "https://github.com/JuliaOpt/SDPT3.jl.git"
version = "0.0.1"

[deps]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ model = Model(with_optimizer(SDPT3.Optimizer, printlevel=0))

You can install `SDPT3.jl` through the Julia package manager:
```julia
] add https://github.com/blegat/SDPT3.jl.git
] add https://github.com/JuliaOpt/SDPT3.jl.git
```
but you first need to make sure that you satisfy the requirements of the
[MATLAB.jl](https://github.com/JuliaInterop/MATLAB.jl) Julia package and that
Expand Down

2 comments on commit 6c176c5

@blegat
Copy link
Member Author

@blegat blegat commented on 6c176c5 Sep 27, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/3882

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.1 -m "<description of version>" 6c176c5296e56629068f28971906d2de855af2e1
git push origin v0.0.1

Please sign in to comment.