File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1135,7 +1135,7 @@ mod archive {
11351135 . arg ( "verify" )
11361136 . arg ( & archive_path)
11371137 . arg ( "-R" )
1138- . arg ( "servo /mozjs" ) ;
1138+ . arg ( "sagudev /mozjs" ) ;
11391139
11401140 let attestation_duration = start. elapsed ( ) ;
11411141 eprintln ! (
@@ -1162,7 +1162,7 @@ mod archive {
11621162 /// Download the SpiderMonkey archive with cURL using the provided base URL. If it's None,
11631163 /// it will use `servo/mozjs`'s release page as the base URL.
11641164 pub ( crate ) fn download_archive ( base : Option < & str > ) -> Result < PathBuf , std:: io:: Error > {
1165- let base = base. unwrap_or ( "https://github.com/servo /mozjs/releases" ) ;
1165+ let base = base. unwrap_or ( "https://github.com/sagudev /mozjs/releases" ) ;
11661166 let version = env:: var ( "CARGO_PKG_VERSION" ) . unwrap ( ) ;
11671167 let archive_path = PathBuf :: from ( env:: var_os ( "OUT_DIR" ) . unwrap ( ) ) . join ( & archive ( ) ) ;
11681168
You can’t perform that action at this time.
0 commit comments