diff --git a/wai-handler-launch.cabal b/wai-handler-launch.cabal
--- a/wai-handler-launch.cabal
+++ b/wai-handler-launch.cabal
@@ -1,14 +1,14 @@
 Name:                wai-handler-launch
-Version:             1.2.0
+Version:             1.2.0.1
 Synopsis:            Launch a web app in the default browser.
 Description:         This handles cross-platform launching and inserts Javascript code to ping the server. When the server no longer receives pings, it shuts down.
-License:             BSD3
+License:             MIT
 License-file:        LICENSE
 Author:              Michael Snoyman
 Maintainer:          michael@snoyman.com
 Category:            Web
 Build-type:          Simple
-Cabal-version:       >=1.2
+Cabal-version:       >=1.6
 
 Library
     Exposed-modules: Network.Wai.Handler.Launch
@@ -31,3 +31,7 @@
         build-depends: process >= 1.0 && < 1.2
         if os(darwin)
             cpp-options: -DMAC
+
+source-repository head
+  type:     git
+  location: git://github.com/yesodweb/wai.git
