diff --git a/rdioh.cabal b/rdioh.cabal
--- a/rdioh.cabal
+++ b/rdioh.cabal
@@ -1,16 +1,16 @@
 name: rdioh
-version: 0.1.2
+version: 0.1.3
 category: Network, API, Web
 license: MIT
 license-file: LICENSE
 author: Aditya Bhargava
-maintainer: Aditya Bhargava <aditya at wefoundland.com>
+maintainer: Aditya Bhargava <adit at adit.io>
 stability: experimental
 build-type: Simple
 cabal-version: >= 1.8
 synopsis: A Haskell wrapper for Rdio's API.
 description: This library implements methods for Rdio's API.
-			 It supports 2-legged and 3-legged OAuth. See Rdio's API for reference: http://developer.rdio.com/docs/read/rest/Methods
+			 It supports 2-legged and 3-legged OAuth. See Rdio's API for reference: http:\/\/developer.rdio.com\/docs\/read\/rest\/Methods
 
 library
   build-depends: base >= 3 && <= 5 , mtl , MissingH , bytestring , json , hoauth , urlencoded, aeson, containers, transformers
