Skip to content

Commit a17ddb6

Browse files
authored
repo url update (#63)
Co-authored-by: Sungho Shin <[email protected]>
1 parent ef52451 commit a17ddb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmark/src/benchmark.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585

8686
function deploy(result)
8787
# Define the repository URL and the branch to deploy to
88-
repo_url = "[email protected]:sshin23/ExaModels.jl.git"
88+
repo_url = "[email protected]:exanauts/ExaModels.jl.git"
8989
branch = "benchmark-results"
9090

9191
# Clone the repository into a temporary directory
@@ -318,7 +318,7 @@ function read_results(
318318
),
319319
)
320320
# Define the repository URL and the branch to deploy to
321-
repo_url = "[email protected]:sshin23/ExaModels.jl.git"
321+
repo_url = "[email protected]:exanauts/ExaModels.jl.git"
322322
branch = "benchmark-results"
323323

324324
# Clone the repository into a temporary directory

src/ExaModels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
An algebraic modeling and automatic differentiation tool in Julia Language, specialized for SIMD abstraction of nonlinear programs.
55
6-
For more information, please visit https://github.com/sshin23/ExaModels.jl
6+
For more information, please visit https://github.com/exanauts/ExaModels.jl
77
"""
88
module ExaModels
99

0 commit comments

Comments
 (0)