diff --git a/ffmpeg-light.cabal b/ffmpeg-light.cabal
--- a/ffmpeg-light.cabal
+++ b/ffmpeg-light.cabal
@@ -1,5 +1,5 @@
 name:                ffmpeg-light
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Minimal bindings to the FFmpeg library.
 
 description:         Stream frames from an encoded video, or stream frames to
@@ -28,6 +28,10 @@
 build-type:          Simple
 extra-source-files:  src/hscMacros.h
 cabal-version:       >=1.10
+
+source-repository head
+  type:     git
+  location: http://github.com/acowley/ffmpeg-light.git
 
 library
   exposed-modules:     Codec.FFmpeg,
