Skip to content

Commit

Permalink
fix git error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLocal committed Jun 23, 2024
1 parent 8fb368e commit be4d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rszlm-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn git_src() -> String {
if env::var("ZLM_GIT_ZONE") == Ok("gitee".to_string()) {
"https://gitee.com/xia-chu/ZLMediaKit".to_string()
} else {
"https://gitee.com/xia-chu/ZLMediaKit".to_string()
"https://github.com/ZLMediaKit/ZLMediaKit".to_string()
}
})
}
Expand Down

0 comments on commit be4d60a

Please sign in to comment.