Skip to content

Commit 2892969

Browse files
authored
Update the URLs in .cabal files to point to haskell org (#308)
1 parent 58a610b commit 2892969

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lsp-test/lsp-test.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ description:
1010
To see examples of it in action, check out <https://github.com/haskell/haskell-ide-engine haskell-ide-engine>,
1111
<https://github.com/haskell/haskell-language-server haskell-language-server> and
1212
<https://github.com/digital-asset/ghcide ghcide>.
13-
homepage: https://github.com/bubba/lsp-test#readme
13+
homepage: https://github.com/haskell/lsp/blob/master/lsp-test/README.md
1414
license: BSD3
1515
license-file: LICENSE
1616
author: Luke Lau
1717
maintainer: [email protected]
18-
bug-reports: https://github.com/alanz/lsp/issues
18+
bug-reports: https://github.com/haskell/lsp/issues
1919
copyright: 2021 Luke Lau
2020
category: Testing
2121
build-type: Simple
@@ -26,7 +26,7 @@ tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GH
2626

2727
source-repository head
2828
type: git
29-
location: https://github.com/alanz/lsp
29+
location: https://github.com/haskell/lsp
3030

3131
library
3232
hs-source-dirs: src

lsp-types/lsp-types.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ synopsis: Haskell library for the Microsoft Language Server Protocol,
55
description: An implementation of the types to allow language implementors to
66
support the Language Server Protocol for their specific language.
77

8-
homepage: https://github.com/alanz/lsp
8+
homepage: https://github.com/haskell/lsp
99
license: MIT
1010
license-file: LICENSE
1111
author: Alan Zimmerman
@@ -96,4 +96,4 @@ library
9696

9797
source-repository head
9898
type: git
99-
location: https://github.com/alanz/lsp
99+
location: https://github.com/haskell/lsp

lsp.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: An implementation of the types, and basic message server to
1010
An example of this is for Haskell via the Haskell IDE
1111
Engine, at https://github.com/haskell/haskell-ide-engine
1212

13-
homepage: https://github.com/alanz/lsp
13+
homepage: https://github.com/haskell/lsp
1414
license: MIT
1515
license-file: LICENSE
1616
author: Alan Zimmerman
@@ -152,4 +152,4 @@ test-suite unit-test
152152

153153
source-repository head
154154
type: git
155-
location: https://github.com/alanz/lsp
155+
location: https://github.com/haskell/lsp

0 commit comments

Comments
 (0)