Skip to content

Commit f4ee0d2

Browse files
Revert "Update URLs for SuiteSparse.jl and SparseArrays.jl (#43894)" (#43897)
This reverts commit 3d2ed5a.
1 parent 3d2ed5a commit f4ee0d2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/JuliaSparse/SparseArrays.jl. This is only a code
163+
repo at https://github.com/JuliaLang/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

julia.spdx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
{
117117
"name": "SuiteSparse.jl",
118118
"SPDXID": "SPDXRef-JuliaSuiteSparse",
119-
"downloadLocation": "git+https://github.com/JuliaSparse/SuiteSparse.jl.git",
119+
"downloadLocation": "git+https://github.com/JuliaLang/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",
@@ -128,7 +128,7 @@
128128
{
129129
"name": "SparseArrays.jl",
130130
"SPDXID": "SPDXRef-JuliaSparseArrays",
131-
"downloadLocation": "git+https://github.com/JuliaSparse/SparseArrays.jl.git",
131+
"downloadLocation": "git+https://github.com/JuliaLang/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",

stdlib/SparseArrays.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SPARSEARRAYS_BRANCH = main
22
SPARSEARRAYS_SHA1 = 16dd9bdfe51260dc4219c748eadbead89be5c046
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
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

stdlib/SuiteSparse.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SUITESPARSE_BRANCH = master
22
SUITESPARSE_SHA1 = 5d7d1d69b9bc6597dcaee80a4c2e596237523b79
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
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

0 commit comments

Comments
 (0)