Skip to content

Commit 3a4e9b3

Browse files
committed
Change author, maintainer and copyright
1 parent b303369 commit 3a4e9b3

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

haskell-language-server.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ description:
88

99
homepage: https://github.com/haskell/haskell-language-server#readme
1010
bug-reports: https://github.com/haskell/haskell-language-server/issues
11-
author: Alan Zimmerman
11+
author: The Haskell IDE Team
1212
maintainer: alan.zimm@gmail.com
13-
copyright: Alan Zimmerman
13+
copyright: The Haskell IDE Team
1414
license: Apache-2.0
1515
license-file: LICENSE
16+
category: Development
1617
build-type: Simple
1718
tested-with: GHC == 8.6.4 || == 8.6.5 || == 8.8.2 || == 8.8.3 || == 8.8.4 || == 8.10.1 || == 8.10.2 || == 8.10.3
1819
extra-source-files:

hls-plugin-api/hls-plugin-api.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ homepage: https://github.com/haskell/haskell-language-server/hls-plugin-api
88
bug-reports: https://github.com/haskell/haskell-language-server/issues
99
license: Apache-2.0
1010
license-file: LICENSE
11-
author: Many,TBD when we release
12-
maintainer: alan.zimm@gmail.com (for now)
13-
copyright: Alan Zimmerman
14-
category: Web
11+
author: The Haskell IDE Team
12+
maintainer: alan.zimm@gmail.com
13+
copyright: The Haskell IDE Team
14+
category: Development
1515
build-type: Simple
1616

1717
flag pedantic

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ synopsis: Hlint integration plugin with Haskell Language Server
55
description: Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme)
66
license: Apache-2.0
77
license-file: LICENSE
8-
author: https://github.com/haskell/haskell-language-server/contributors
9-
maintainer: https://github.com/haskell/haskell-language-server/contributors
10-
copyright: Alan Zimmerman
11-
category: Web
8+
author: The Haskell IDE Team
9+
maintainer: alan.zimm@gmail.com
10+
copyright: The Haskell IDE Team
11+
category: Development
1212
build-type: Simple
1313

1414
flag pedantic

0 commit comments

Comments
 (0)