diff --git a/AUTHORS.txt b/AUTHORS.txt
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -1,1 +1,1 @@
-Austin Seipp <as@hacks.yi.org>
+Austin Seipp <mad.one@gmail.com>
diff --git a/quicklz.cabal b/quicklz.cabal
--- a/quicklz.cabal
+++ b/quicklz.cabal
@@ -1,5 +1,5 @@
 name:                quicklz
-version:             1.5.0.10
+version:             1.5.0.11
 synopsis:            QuickLZ compression for ByteStrings
 description:
   This package provides a high level binding to the QuickLZ
@@ -21,7 +21,7 @@
 license:             GPL-2
 license-file:        LICENSE.txt
 author:              Austin Seipp
-maintainer:          as@hacks.yi.org
+maintainer:          mad.one@gmail.com
 category:            Codec
 build-type:          Simple
 cabal-version:       >=1.10
@@ -40,8 +40,9 @@
   default: False
 
 library
-  exposed-modules: Codec.Compression.QuickLZ	
-  build-depends: 
+  exposed-modules:
+    Codec.Compression.QuickLZ
+  build-depends:
     base < 5,
     bytestring >= 0.9
 
@@ -52,7 +53,7 @@
   if flag(memory-safe)
     cpp-options:   -DDEBUG
   default-language: Haskell2010
- 
+
 test-suite properties
   hs-source-dirs: tests
   main-is:        Properties.hs
