diff --git a/__tests__/find-haskell.test.ts b/__tests__/find-haskell.test.ts index 5aaa396..a57fdf2 100644 --- a/__tests__/find-haskell.test.ts +++ b/__tests__/find-haskell.test.ts @@ -24,7 +24,7 @@ const forAllOS = (fn: (t: OS) => any) => const forAllTools = (fn: (t: Tool) => any) => (['ghc', 'cabal', 'stack'] as const).forEach(fn); -describe('haskell/actions/setup', () => { +describe('haskell-actions/setup', () => { it('Parses action.yml to get correct default versions', () => { forAllOS(os => forAllTools(t => diff --git a/package.json b/package.json index dc5c93f..33f344d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/haskell/actions.git" + "url": "git+https://github.com/haskell-actions/setup.git" }, "keywords": [ "actions",