From 6a9ffb1c542a38e058230d21cd8e85fa0fd4e356 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 5 Dec 2018 01:30:52 +0000 Subject: [PATCH] Update GitHub URLs --- lsp-test.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lsp-test.cabal b/lsp-test.cabal index 4eff6cf..ce2753d 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -8,13 +8,13 @@ description: down to the wire, and @Language.Haskell.LSP.Test@ can replay captured sessions from . It's currently used for testing in . -homepage: https://github.com/Bubba/haskell-lsp-test#readme +homepage: https://github.com/bubba/haskell-lsp-test#readme license: BSD3 license-file: LICENSE author: Luke Lau maintainer: luke_lau@icloud.com stability: experimental -bug-reports: https://github.com/Bubba/haskell-lsp-test/issues +bug-reports: https://github.com/bubba/haskell-lsp-test/issues copyright: 2018 Luke Lau category: Testing build-type: Simple @@ -25,7 +25,7 @@ tested-with: GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3 source-repository head type: git - location: https://github.com/Bubba/haskell-lsp-test/ + location: https://github.com/bubba/haskell-lsp-test/ library hs-source-dirs: src -- 2.30.2