Skip to content

Commit

Permalink
Change url from JuliaWeb to JuliaLang
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Nov 8, 2019
1 parent d175999 commit e6e5619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ STDLIBS_EXT = Pkg MbedTLS
PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

MBEDTLS_GIT_URL := git://github.com/JuliaWeb/MbedTLS.jl.git
MBEDTLS_TAR_URL = https://api.github.com/repos/JuliaWeb/MbedTLS.jl/tarball/$1
MBEDTLS_GIT_URL := git://github.com/JuliaLang/MbedTLS.jl.git
MBEDTLS_TAR_URL = https://api.github.com/repos/JuliaLang/MbedTLS.jl/tarball/$1

$(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))

Expand Down

0 comments on commit e6e5619

Please sign in to comment.