mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-22 19:19:42 +01:00
Fix author/maintainer/copyright in grpc-haskell.cabal (#82)
Update LICENSE, update fields in grpc-haskell.cabal
This commit is contained in:
parent
90b010d5cb
commit
b78b15ecdb
2 changed files with 7 additions and 6 deletions
3
LICENSE
3
LICENSE
|
@ -187,7 +187,8 @@
|
||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2015 Alois Cochard
|
Copyright 2016 Awake Networks
|
||||||
|
Copyright 2015 Alois Cochard https://github.com/aloiscochard/grpc-haskell
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
name: grpc-haskell
|
name: grpc-haskell
|
||||||
version: 0.0.0.0
|
version: 0.0.0.0
|
||||||
synopsis: Haskell implementation of gRPC layered on shared C library.
|
synopsis: Haskell implementation of gRPC layered on shared C library.
|
||||||
-- description:
|
homepage: https://github.mv.awakenetworks.net/awakenetworks/gRPC-haskell
|
||||||
homepage: http://github.com/aloiscochard/grpc-haskell
|
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Alois Cochard
|
author: Connor Clark
|
||||||
maintainer: alois.cochard@gmail.com
|
maintainer: connor@awakenetworks.com
|
||||||
copyright: Copyright 2015 Alois Cochard
|
copyright: Copyright 2016 Awake Networks
|
||||||
category: Network
|
category: Network
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
@ -222,3 +221,4 @@ benchmark bench
|
||||||
CPP-Options: -DDEBUG
|
CPP-Options: -DDEBUG
|
||||||
CC-Options: -DGRPC_HASKELL_DEBUG
|
CC-Options: -DGRPC_HASKELL_DEBUG
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue