Skip to content

Commit b71f5df

Browse files
brandonchinn178andreasabel
authored andcommitted
Fix references to haskell/actions
1 parent 7a0a11e commit b71f5df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/find-haskell.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const forAllOS = (fn: (t: OS) => any) =>
2424
const forAllTools = (fn: (t: Tool) => any) =>
2525
(['ghc', 'cabal', 'stack'] as const).forEach(fn);
2626

27-
describe('haskell/actions/setup', () => {
27+
describe('haskell-actions/setup', () => {
2828
it('Parses action.yml to get correct default versions', () => {
2929
forAllOS(os =>
3030
forAllTools(t =>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/haskell/actions.git"
16+
"url": "git+https://github.com/haskell-actions/setup.git"
1717
},
1818
"keywords": [
1919
"actions",

0 commit comments

Comments
 (0)