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
|
||||
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");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
name: grpc-haskell
|
||||
version: 0.0.0.0
|
||||
synopsis: Haskell implementation of gRPC layered on shared C library.
|
||||
-- description:
|
||||
homepage: http://github.com/aloiscochard/grpc-haskell
|
||||
homepage: https://github.mv.awakenetworks.net/awakenetworks/gRPC-haskell
|
||||
license: Apache-2.0
|
||||
license-file: LICENSE
|
||||
author: Alois Cochard
|
||||
maintainer: alois.cochard@gmail.com
|
||||
copyright: Copyright 2015 Alois Cochard
|
||||
author: Connor Clark
|
||||
maintainer: connor@awakenetworks.com
|
||||
copyright: Copyright 2016 Awake Networks
|
||||
category: Network
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
|
@ -222,3 +221,4 @@ benchmark bench
|
|||
CPP-Options: -DDEBUG
|
||||
CC-Options: -DGRPC_HASKELL_DEBUG
|
||||
default-language: Haskell2010
|
||||
|
||||
|
|
Loading…
Reference in a new issue