We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786e201 commit efed94cCopy full SHA for efed94c
1 file changed
updater/src/main.rs
@@ -257,7 +257,7 @@ static PACKAGES: &[Package] = &[
257
},
258
Package {
259
name: "jujutsu.portable",
260
- version_url: "https://github.com/jj-vcs/jj/releases",
+ version_url: "https://api.github.com/repos/jj-vcs/jj/releases",
261
download_headers: &[],
262
get_sig_key: None,
263
fetch_update: |_, prev_version, response| {
0 commit comments