diff --git a/NEWS.md b/NEWS.md index ebe550653a5b8..cf1f7c7ed10ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -160,7 +160,7 @@ Standard library changes #### SparseArrays * The code for SparseArrays has been moved from the Julia repo to the external - repo at https://github.com/JuliaSparse/SparseArrays.jl. This is only a code + repo at https://github.com/JuliaLang/SparseArrays.jl. This is only a code movement and does not impact any usage ([#43813]). * New sparse concatenation functions `sparse_hcat`, `sparse_vcat`, and `sparse_hvcat` return diff --git a/julia.spdx.json b/julia.spdx.json index 8781301c2624e..d9e737a4e9456 100644 --- a/julia.spdx.json +++ b/julia.spdx.json @@ -116,7 +116,7 @@ { "name": "SuiteSparse.jl", "SPDXID": "SPDXRef-JuliaSuiteSparse", - "downloadLocation": "git+https://github.com/JuliaSparse/SuiteSparse.jl.git", + "downloadLocation": "git+https://github.com/JuliaLang/SuiteSparse.jl.git", "filesAnalyzed": false, "homepage": "https://julialang.org", "sourceInfo": "The git hash of the version in use can be found in the file stdlib/SuiteSparse.version", @@ -128,7 +128,7 @@ { "name": "SparseArrays.jl", "SPDXID": "SPDXRef-JuliaSparseArrays", - "downloadLocation": "git+https://github.com/JuliaSparse/SparseArrays.jl.git", + "downloadLocation": "git+https://github.com/JuliaLang/SparseArrays.jl.git", "filesAnalyzed": false, "homepage": "https://julialang.org", "sourceInfo": "The git hash of the version in use can be found in the file stdlib/SparseArrays.version", diff --git a/stdlib/SparseArrays.version b/stdlib/SparseArrays.version index 65c224c65563d..be294feed4383 100644 --- a/stdlib/SparseArrays.version +++ b/stdlib/SparseArrays.version @@ -1,4 +1,4 @@ SPARSEARRAYS_BRANCH = main SPARSEARRAYS_SHA1 = 16dd9bdfe51260dc4219c748eadbead89be5c046 -SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse/SparseArrays.jl.git -SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse/SparseArrays.jl/tarball/$1 +SPARSEARRAYS_GIT_URL := https://github.com/JuliaLang/SparseArrays.jl.git +SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaLang/SparseArrays.jl/tarball/$1 diff --git a/stdlib/SuiteSparse.version b/stdlib/SuiteSparse.version index 61151f6750469..9b8ac7508ee35 100644 --- a/stdlib/SuiteSparse.version +++ b/stdlib/SuiteSparse.version @@ -1,4 +1,4 @@ SUITESPARSE_BRANCH = master SUITESPARSE_SHA1 = 5d7d1d69b9bc6597dcaee80a4c2e596237523b79 -SUITESPARSE_GIT_URL := https://github.com/JuliaSparse/SuiteSparse.jl.git -SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaSparse/SuiteSparse.jl/tarball/$1 +SUITESPARSE_GIT_URL := https://github.com/JuliaLang/SuiteSparse.jl.git +SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaLang/SuiteSparse.jl/tarball/$1