Skip to content

Commit

Permalink
Use https protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Oct 30, 2024
1 parent 92b8496 commit 2c41e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/T4ARegistrator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function register(package::Union{Module,Nothing} = nothing)
end
v = VersionNumber(version)
branch = "register-$(name)-$(v)"
registry = "git@github.com:tensor4all/T4ARegistry.git"
registry = "https://github.com/tensor4all/T4ARegistry.git"

LocalRegistry.register(
package_dir;
Expand Down

0 comments on commit 2c41e4d

Please sign in to comment.