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.
1 parent 472e481 commit 2dc8d9eCopy full SHA for 2dc8d9e
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