Skip to content

Commit 5cfb791

Browse files
committed
Added maintainer field
1 parent a5a6ee2 commit 5cfb791

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

json-rpc-server.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 0.1.0.0
66
license: MIT
77
license-file: LICENSE
88
category: Network, JSON
9-
author: grayjay
9+
maintainer: Kristen Kozak <grayjay@wordroute.com>
1010
synopsis: JSON RPC 2.0 on the server side.
1111
build-type: Simple
1212
extra-source-files: README.md
@@ -19,13 +19,13 @@ description: An implemation of the server side of JSON RPC 2.0.
1919
See the 'Network.JsonRpc.Server' module for an example.
2020

2121
source-repository head
22-
type: git
23-
location: https://github.com/grayjay/json-rpc-server
22+
type: git
23+
location: https://github.com/grayjay/json-rpc-server
2424

2525
flag demo
26-
description: Builds the demo Happstack JSON RPC server.
27-
default: False
28-
manual: True
26+
description: Builds the demo Happstack JSON RPC server.
27+
default: False
28+
manual: True
2929

3030
library
3131
exposed-modules: Network.JsonRpc.Server

0 commit comments

Comments
 (0)