Skip to content

Commit 95cec96

Browse files
committed
Switch over to the upstream haskell/haskell-language-server repository for binaries
1 parent de3caa6 commit 95cec96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hlsBinaries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export async function downloadHaskellLanguageServer(
142142
let data: string = '';
143143
const opts: https.RequestOptions = {
144144
host: 'api.github.com',
145-
path: '/repos/bubba/haskell-language-server/releases',
145+
path: '/repos/haskell/haskell-language-server/releases',
146146
headers: userAgentHeader,
147147
};
148148
https.get(opts, (res) => {

0 commit comments

Comments
 (0)