diff --git a/GLURaw.cabal b/GLURaw.cabal
--- a/GLURaw.cabal
+++ b/GLURaw.cabal
@@ -1,10 +1,10 @@
 name: GLURaw
-version: 1.1.0.0
+version: 1.1.0.1
 license: BSD3
 license-file: LICENSE
-maintainer: Sven Panne <sven.panne@aedion.de>
-bug-reports: mailto:hopengl@haskell.org
-homepage: http://www.haskell.org/HOpenGL/
+maintainer: Jason Dagit <dagitj@gmail.com>, Sven Panne <sven.panne@aedion.de>
+bug-reports: https://github.com/haskell-opengl/GLURaw/issues
+homepage: http://www.haskell.org/haskellwiki/Opengl
 category: Graphics
 synopsis: A raw binding for the OpenGL graphics system
 description:
@@ -19,7 +19,7 @@
    please see <http://www.opengl.org/>
    and <http://www.opengl.org/registry/>.
 build-type: Simple
-cabal-version:  >= 1.2
+cabal-version:  >= 1.6
 extra-source-files:
    include/HsGLURaw.h
 
@@ -55,3 +55,7 @@
          frameworks: OpenGL
       else
          extra-libraries: GLU
+
+source-repository head
+  type:     git
+  location: https://github.com/haskell-opengl/GLURaw
