diff --git a/src/Test/Sandbox.hs b/src/Test/Sandbox.hs
--- a/src/Test/Sandbox.hs
+++ b/src/Test/Sandbox.hs
@@ -1,6 +1,6 @@
 {- |
    Module    : Test.Sandbox
-   Maintainer: Benjamin Surma <benjamin.surma@gree.net>
+   Maintainer: Benjamin Surma <benjamin.surma@gmail.com>
 
 Configuration and management of processes in a sandboxed environment for system testing.
 
diff --git a/src/Test/Sandbox/Internals.hs b/src/Test/Sandbox/Internals.hs
--- a/src/Test/Sandbox/Internals.hs
+++ b/src/Test/Sandbox/Internals.hs
@@ -1,4 +1,4 @@
--- author: Benjamin Surma <benjamin.surma@gree.net>
+-- author: Benjamin Surma <benjamin.surma@gmail.com>
 
 {-# LANGUAGE DeriveGeneric #-}
 {-# LANGUAGE GeneralizedNewtypeDeriving #-}
diff --git a/test-sandbox.cabal b/test-sandbox.cabal
--- a/test-sandbox.cabal
+++ b/test-sandbox.cabal
@@ -1,5 +1,5 @@
 Name:           test-sandbox
-Version:        0.0.1.6
+Version:        0.0.1.7
 Cabal-Version:  >= 1.14
 Category:       Testing
 Synopsis:       Sandbox for system tests
@@ -14,8 +14,8 @@
                 Extensive documentation is available in the source code itself.
 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
@@ -25,7 +25,7 @@
 Source-Repository this
     Type:       git
     Location:   https://github.com/gree/haskell-test-sandbox
-    Tag:        test-sandbox_0.0.1.6
+    Tag:        test-sandbox_0.0.1.7
 
 Library
     Exposed-modules:    Test.Sandbox
