From 2c41e4d384569cbc6623492323f36b0ca50c22cc Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Wed, 30 Oct 2024 11:58:24 +0900 Subject: [PATCH] Use https protocol --- src/T4ARegistrator.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/T4ARegistrator.jl b/src/T4ARegistrator.jl index 8c6a243..b056292 100644 --- a/src/T4ARegistrator.jl +++ b/src/T4ARegistrator.jl @@ -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;