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 193f012 commit 0f4bb0dCopy full SHA for 0f4bb0d
lib/index.ts
@@ -24,7 +24,7 @@ async function download(
24
{ tag, name }: Remote,
25
local: string
26
): Promise<boolean> {
27
- const url = `https://github.com/yao-pkg/pkg-fetch/releases/download/${tag}/${name}`;
+ const url = `https://github.com/grain-lang/pkg-fetch/releases/download/${tag}/${name}`;
28
29
try {
30
await downloadUrl(url, local);
0 commit comments