diff --git a/djembe.cabal b/djembe.cabal
--- a/djembe.cabal
+++ b/djembe.cabal
@@ -2,11 +2,13 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                djembe
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Hit drums with haskell           
 description:
   A simple DSL for composing drum beats in haskell.
   Djembe uses the system MIDI device to play these beats.
+
+homepage: https://github.com/reedrosenbluth/Djembe
 license:             MIT
 license-file:        LICENSE
 author:              Reed Rosenbluth
@@ -14,7 +16,6 @@
 copyright:           2015 Reed Rosenbluth
 category:            Sound
 build-type:          Simple
--- extra-source-files:  
 cabal-version:       >=1.10
 
 library
