File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Standard library changes
160160#### SparseArrays
161161
162162* The code for SparseArrays has been moved from the Julia repo to the external
163- repo at https://github.com/JuliaLang /SparseArrays.jl . This is only a code
163+ repo at https://github.com/JuliaSparse /SparseArrays.jl . This is only a code
164164 movement and does not impact any usage ([ #43813 ] ).
165165
166166* New sparse concatenation functions ` sparse_hcat ` , ` sparse_vcat ` , and ` sparse_hvcat ` return
Original file line number Diff line number Diff line change 116116 {
117117 "name" : " SuiteSparse.jl" ,
118118 "SPDXID" : " SPDXRef-JuliaSuiteSparse" ,
119- "downloadLocation" : " git+https://github.com/JuliaLang /SuiteSparse.jl.git" ,
119+ "downloadLocation" : " git+https://github.com/JuliaSparse /SuiteSparse.jl.git" ,
120120 "filesAnalyzed" : false ,
121121 "homepage" : " https://julialang.org" ,
122122 "sourceInfo" : " The git hash of the version in use can be found in the file stdlib/SuiteSparse.version" ,
128128 {
129129 "name" : " SparseArrays.jl" ,
130130 "SPDXID" : " SPDXRef-JuliaSparseArrays" ,
131- "downloadLocation" : " git+https://github.com/JuliaLang /SparseArrays.jl.git" ,
131+ "downloadLocation" : " git+https://github.com/JuliaSparse /SparseArrays.jl.git" ,
132132 "filesAnalyzed" : false ,
133133 "homepage" : " https://julialang.org" ,
134134 "sourceInfo" : " The git hash of the version in use can be found in the file stdlib/SparseArrays.version" ,
Original file line number Diff line number Diff line change 11SPARSEARRAYS_BRANCH = main
22SPARSEARRAYS_SHA1 = 16dd9bdfe51260dc4219c748eadbead89be5c046
3- SPARSEARRAYS_GIT_URL := https://github.com/JuliaLang /SparseArrays.jl.git
4- SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaLang /SparseArrays.jl/tarball/$1
3+ SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse /SparseArrays.jl.git
4+ SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse /SparseArrays.jl/tarball/$1
Original file line number Diff line number Diff line change 11SUITESPARSE_BRANCH = master
22SUITESPARSE_SHA1 = 5d7d1d69b9bc6597dcaee80a4c2e596237523b79
3- SUITESPARSE_GIT_URL := https://github.com/JuliaLang /SuiteSparse.jl.git
4- SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaLang /SuiteSparse.jl/tarball/$1
3+ SUITESPARSE_GIT_URL := https://github.com/JuliaSparse /SuiteSparse.jl.git
4+ SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaSparse /SuiteSparse.jl/tarball/$1
You can’t perform that action at this time.
0 commit comments