We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 472e481 + 2dc8d9e commit 66a1f47Copy full SHA for 66a1f47
crates/oro-package-spec/src/gitinfo.rs
@@ -154,7 +154,7 @@ impl GitInfo {
154
GitHub => format!("https://codeload.github.com/{owner}/{repo}/tag.gz/{commit}"),
155
Gist => format!("https://codeload.github.com/gist/{repo}/tar.gz/{commit}"),
156
GitLab => format!(
157
- "https://gitlan.com/{owner}/{repo}/repository/archive.tar.gz?ref={commit}"
+ "https://gitlab.com/{owner}/{repo}/repository/archive.tar.gz?ref={commit}"
158
),
159
Bitbucket => {
160
format!("https://bitbucket.org/{owner}/{repo}/get/{commit}.tar.gz")
0 commit comments