diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+1.3.6
+
+- Move to GitHub.
+
 1.3.5
 
 - Allow building againsts newer random.
diff --git a/uuid.cabal b/uuid.cabal
--- a/uuid.cabal
+++ b/uuid.cabal
@@ -1,6 +1,6 @@
 Name: uuid
-Version: 1.3.5
-Copyright: (c) 2008-2013 Antoine Latter
+Version: 1.3.6
+Copyright: (c) 2008-2014 Antoine Latter
 Author: Antoine Latter
 Maintainer: aslatter@gmail.com
 License: BSD3
@@ -17,8 +17,8 @@
 
 Synopsis: For creating, comparing, parsing and printing Universally Unique Identifiers
 
-Homepage: http://projects.haskell.org/uuid/
-Bug-Reports: mailto:aslatter@gmail.com
+Homepage: https://github.com/aslatter/uuid
+Bug-Reports: https://github.com/aslatter/uuid/issues
 
 Extra-Source-Files:
      CHANGES
@@ -54,8 +54,8 @@
  Ghc-Options:        -Wall
 
 source-repository   head
-  type:             darcs
-  location:         http://code.haskell.org/uuid
+  type:             git
+  location:         https://github.com/aslatter/uuid.git
 
 Test-Suite testuuid
     Type:              exitcode-stdio-1.0
