diff --git a/Network/Curl.hs b/Network/Curl.hs
--- a/Network/Curl.hs
+++ b/Network/Curl.hs
@@ -4,12 +4,11 @@
 -- Copyright : (c) Galois Inc 2007-8
 -- License   : BSD3
 --
--- Author: Sigbjorn Finne, Iavor S. Diatchki, Eric Mertens
 -- Maintainer: emertens@galois.com
 -- Stability : provisional
 -- Portability: portable
 --
--- A Haskell binding the libcurl library (http:\/\/curl.haxx.se\/), a 
+-- A Haskell binding the libcurl library <http://curl.haxx.se/>, a
 -- proven and feature-rich library for interacting with HTTP(S)\/FTP
 -- servers.
 --
@@ -20,6 +19,7 @@
 -- chance your code will work against older installations of libcurl.
 --
 --------------------------------------------------------------------
+
 module Network.Curl
        ( module Network.Curl.Opts
        , module Network.Curl.Easy
diff --git a/Network/Curl/Code.hs b/Network/Curl/Code.hs
--- a/Network/Curl/Code.hs
+++ b/Network/Curl/Code.hs
@@ -5,7 +5,6 @@
 -- Copyright : (c) Galois Inc 2007
 -- License   : BSD3
 --
--- Author: Sigbjorn Finne, Iavor S. Diatchki, Eric Mertens
 -- Maintainer: sof@galois.com
 -- Stability : provisional
 -- Portability: portable
diff --git a/Network/Curl/Debug.hs b/Network/Curl/Debug.hs
--- a/Network/Curl/Debug.hs
+++ b/Network/Curl/Debug.hs
@@ -4,7 +4,7 @@
 -- Copyright : (c) Galois, Inc. 2008
 -- License   : BSD3
 --
--- Maintainer: Don Stewart <dons@galois.com>
+-- Maintainer: emertens@galois.com
 -- Stability : provisional
 -- Portability:
 --
diff --git a/Network/Curl/Easy.hs b/Network/Curl/Easy.hs
--- a/Network/Curl/Easy.hs
+++ b/Network/Curl/Easy.hs
@@ -5,12 +5,11 @@
 -- Copyright : (c) Galois Inc 2007
 -- License   :
 --
--- Author: Sigbjorn Finne, Iavor S. Diatchki, Eric Mertens
 -- Maintainer: emertens@galois.com
 -- Stability : provisional
 -- Portability: portable
 --
--- Haskell binding to the libcurl (http:\/\/curl.haxx.se\/) \"easy\" API.
+-- Haskell binding to the libcurl <http://curl.haxx.se/> \"easy\" API.
 -- The \"easy\" API provides a higher-level, easy-to-get-started calling
 -- interface to the library's wide range of features for interacting
 -- with HTTP\/FTP\/etc servers.
diff --git a/Network/Curl/Info.hs b/Network/Curl/Info.hs
--- a/Network/Curl/Info.hs
+++ b/Network/Curl/Info.hs
@@ -5,7 +5,6 @@
 -- Copyright : (c) Galois Inc 2007
 -- License   : BSD3
 --
--- Author: Sigbjorn Finne
 -- Maintainer: emertens@galois.com
 -- Stability : provisional
 -- Portability: portable
diff --git a/Network/Curl/Opts.hs b/Network/Curl/Opts.hs
--- a/Network/Curl/Opts.hs
+++ b/Network/Curl/Opts.hs
@@ -2,9 +2,8 @@
 -- |
 -- Module    : Network.Curl.Opts
 -- Copyright : (c) Galois Inc 2007
--- License   :
+-- License   : BSD3
 --
--- Author: Sigjorn Finne, Iavor S. Diatchki
 -- Maintainer: emertens@galois.com
 -- Stability : provisional
 -- Portability: portable
diff --git a/Network/Curl/Post.hs b/Network/Curl/Post.hs
--- a/Network/Curl/Post.hs
+++ b/Network/Curl/Post.hs
@@ -5,7 +5,6 @@
 -- Copyright : (c) Galois Inc 2007
 -- License   : BSD3
 --
--- Author: Sigbjorn Finne
 -- Maintainer: emertens@galois.com
 -- Stability : provisional
 -- Portability: portable
diff --git a/Network/Curl/Types.hs b/Network/Curl/Types.hs
--- a/Network/Curl/Types.hs
+++ b/Network/Curl/Types.hs
@@ -5,7 +5,6 @@
 -- Copyright : (c) Galois Inc 2007
 -- License   : BSD3
 --
--- Author: Sigbjorn Finne, Iavor S. Diatchki, Eric Mertens
 -- Maintainer: emertens@galois.com
 -- Stability : provisional
 -- Portability: portable
diff --git a/curl.cabal b/curl.cabal
--- a/curl.cabal
+++ b/curl.cabal
@@ -1,20 +1,19 @@
 name:               curl
-version:            1.3
+version:            1.3.1
 synopsis:           Haskell binding to libcurl
 description:
     libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
-    HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.  libcurl supports
-    SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
-    proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
-    Kerberos4), file transfer resume, http proxy tunneling and more!
-    .
+    HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
+    libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
+    HTTP form based upload, proxies, cookies, user+password authentication
+    (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume,
+    http proxy tunneling and more!
     This package provides a Haskell binding to libcurl.
-    .
 category:           Network
 license:            BSD3
 license-file:       LICENSE
 author:             Sigbjorn Finne
-maintainer:         emertens@galois.com
+maintainer:         emertens@galois.com, diatchki@.galois.com
 build-depends:      base
 build-type:         Configure
 cabal-version:      >= 1.2
