Skip to content

Commit 6ec5779

Browse files
committed
Use correct github account in cabal file
I think this was previously a find and replace gone awry. Development is currently happening on the ozataman account. This resolves #61
1 parent 394665b commit 6ec5779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csv-conduit.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 1.0.1.0
33
synopsis:
44
A flexible, fast, conduit-based CSV parser library for Haskell.
55

6-
homepage: http://github.com/dmvianna/csv-conduit
6+
homepage: http://github.com/ozataman/csv-conduit
77
license: BSD3
88
license-file: LICENSE
99
author: Ozgun Ataman
@@ -51,7 +51,7 @@ description:
5151
.
5252
For more documentation and examples, check out the README at:
5353
.
54-
<http://github.com/dmvianna/csv-conduit>
54+
<http://github.com/ozataman/csv-conduit>
5555
.
5656

5757
extra-source-files:

0 commit comments

Comments
 (0)