Skip to content

Commit 812da11

Browse files
committed
Change author, maintainer and copyright
(cherry picked from commit 3a4e9b3)
1 parent 5aca123 commit 812da11

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

haskell-language-server.cabal

+3-2
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: [email protected]
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
extra-source-files:
1819
README.md

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

+4-4
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: [email protected] (for now)
13-
copyright: Alan Zimmerman
14-
category: Web
11+
author: The Haskell IDE Team
12+
maintainer: [email protected]
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ synopsis: Hlint integration plugin with Haskell Language Server
55
description: Please see README.md
66
license: Apache-2.0
77
license-file: LICENSE
8-
author: Many,TBD when we release
9-
maintainer: [email protected] (for now)
10-
copyright: Alan Zimmerman
11-
category: Web
8+
author: The Haskell IDE Team
9+
maintainer: [email protected]
10+
copyright: The Haskell IDE Team
11+
category: Development
1212
build-type: Simple
1313

1414
flag pedantic

0 commit comments

Comments
 (0)