This is my personal Julia package registry.
Following the Pkg.jl documentation, this registry can be added as follows,
pkg> registry add https://github.com/physcxia/ChenRegistry.git
or using the API,
julia> using Pkg
julia> Pkg.Registry.add(RegistrySpec(url = "https://github.com/physcxia/ChenRegistry.git"))