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 b422ffc commit 09bc59cCopy full SHA for 09bc59c
src/hlsBinaries.ts
@@ -577,8 +577,8 @@ async function getReleaseMetadata(
577
path: releasesUrl.path,
578
}
579
: {
580
- host: 'gist.githubusercontent.com',
581
- path: '/hasufell/dd84df5f81a3a7e6e6fad8f122dba429/raw/73efc1078555d971076d3ccf31154f10ed683a82/hls-metadata.json',
+ host: 'raw.githubusercontent.com',
+ path: '/haskell/ghcup-metadata/master/hls-metadata-0.0.1.json',
582
};
583
584
const offlineCache = path.join(storagePath, 'ghcupReleases.cache.json');
0 commit comments