diff --git a/src/Test/Sandbox/QuickCheck.hs b/src/Test/Sandbox/QuickCheck.hs
--- a/src/Test/Sandbox/QuickCheck.hs
+++ b/src/Test/Sandbox/QuickCheck.hs
@@ -1,4 +1,4 @@
--- author: Benjamin Surma <benjamin.surma@gree.net>
+-- author: Benjamin Surma <benjamin.surma@gmail.com>
 
 {-# LANGUAGE CPP #-}
 
diff --git a/test-sandbox-quickcheck.cabal b/test-sandbox-quickcheck.cabal
--- a/test-sandbox-quickcheck.cabal
+++ b/test-sandbox-quickcheck.cabal
@@ -1,5 +1,5 @@
 Name:           test-sandbox-quickcheck
-Version:        0.0.1.4
+Version:        0.0.1.5
 Cabal-Version:  >= 1.14
 Category:       Testing
 Synopsis:       QuickCheck convenience functions for use with test-sandbox
@@ -7,8 +7,8 @@
                 allowing them to be used easily in the Test.Sandbox monad provided by the test-sandbox package.
 License:        BSD3
 License-File:   LICENSE
-Author:         Benjamin Surma <benjamin.surma@gree.net>
-Maintainer:     Benjamin Surma <benjamin.surma@gree.net>
+Author:         Benjamin Surma <benjamin.surma@gmail.com>
+Maintainer:     Benjamin Surma <benjamin.surma@gmail.com>
 Build-Type:     Simple
 Homepage:       http://gree.github.io/haskell-test-sandbox/
 Bug-Reports:    https://github.com/gree/haskell-test-sandbox/issues
@@ -18,7 +18,7 @@
 Source-Repository this
     Type:       git
     Location:   https://github.com/gree/haskell-test-sandbox
-    Tag:        test-sandbox-quickcheck_0.0.1.4
+    Tag:        test-sandbox-quickcheck_0.0.1.5
 
 Library
     Exposed-modules:    Test.Sandbox.QuickCheck
