Skip to content

Commit 70e95fa

Browse files
committed
use for artifacts
Signed-off-by: sagudev <[email protected]>
1 parent 01fbc20 commit 70e95fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mozjs-sys/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)