Skip to content

Commit

Permalink
change marketplace source
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 20, 2020
1 parent d2aeaaf commit c745bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ where
dist: Dist {
r#type: String::from("zip"),
url: format!(
"https://cdn.jsdelivr.net/gh/bs-community/plugins-dist/{}_{}.zip",
"https://gplane.coding.net/p/blessing-skin-plugins-dist/d/blessing-skin-plugins-dist/git/raw/master/{}_{}.zip",
name, version
),
shasum: hashes.get(name).map(|s| s.to_owned()).unwrap_or_default(),
Expand Down

0 comments on commit c745bab

Please sign in to comment.