diff --git a/data-lens-template.cabal b/data-lens-template.cabal
--- a/data-lens-template.cabal
+++ b/data-lens-template.cabal
@@ -1,25 +1,25 @@
 name:          data-lens-template
-version:       2.1.4
+version:       2.1.5
 license:       BSD3
 license-file:  LICENSE
 author:        Joel Burget <joelburget@gmail.com>
-maintainer:    Russell O'Connor <roconnor@theorem.ca>
+maintainer:    Edward Kmett <ekmett@gmail.com>
 category:      Data
 synopsis:      Utilities for Data.Lens
 description:   Automatically derive @Lens@es for your data type for use with @Data.Lens@. Note: the code is derived from data-accessor-template <http://hackage.haskell.org/package/data-accessor-template> by Luke Palmer and Henning Thielemann.
 build-type:    Simple
-homepage:      http://github.com/roconnor/data-lens-template/
+homepage:      http://github.com/ekmett/data-lens-template/
 cabal-version: >= 1.6
 
 source-repository head
   type    : git
-  location: git@github.com:roconnor/data-lens-template.git
+  location: git@github.com:ekmett/data-lens-template.git
 
 library
   extensions:       CPP
   other-extensions: TemplateHaskell
 
-  build-depends: 
+  build-depends:
     data-lens        >= 2.0 && < 2.11,
     base             >= 1.0 && < 5,
     template-haskell >= 2.4 && < 2.8
