diff --git a/cabal-macosx.cabal b/cabal-macosx.cabal
--- a/cabal-macosx.cabal
+++ b/cabal-macosx.cabal
@@ -1,5 +1,5 @@
 Name:                   cabal-macosx
-Version:                0.2.3
+Version:                0.2.3.1
 Stability:              Alpha
 Synopsis:               Cabal support for creating Mac OSX application bundles.
 Description:
@@ -21,18 +21,18 @@
 License-file:           LICENSE
 Copyright:              Eric Kow & Andy Gimblett
 Author:                 Eric Kow <eric.kow@gmail.com> & Andy Gimblett <haskell@gimbo.org.uk>
-Maintainer:             Eric Kow <eric.kow@gmail.com>
-Homepage:               http://github.com/gimbo/cabal-macosx
+Maintainer:             Daniele Francesconi <dfrancesconi12@gmail.com>
+Homepage:               http://github.com/danfran/cabal-macosx
 Build-Type:             Simple
 Cabal-Version:          >=1.6
 
 Source-Repository head
     Type:         git
-    Location:     http://github.com/gimbo/cabal-macosx
+    Location:     http://github.com/danfran/cabal-macosx
 
 Library
   Build-Depends:   base >= 4 && < 5, Cabal >= 1.6, directory
-               ,   fgl >= 5.4.2.2 && < 5.5
+               ,   fgl >= 5.4.2.2 && < 5.6
                ,   filepath, parsec, process, text
   Exposed-modules: Distribution.MacOSX
   Other-modules:   Distribution.MacOSX.Common,
@@ -44,5 +44,5 @@
 Executable macosx-app
   Main-is:         macosx-app.hs
   Build-Depends:   base >= 4 && < 5, Cabal >= 1.6, directory
-               ,   fgl >= 5.4.2.2 && < 5.5
+               ,   fgl >= 5.4.2.2 && < 5.6
                ,   filepath, parsec, process, text
