diff --git a/PastePipe.cabal b/PastePipe.cabal
--- a/PastePipe.cabal
+++ b/PastePipe.cabal
@@ -1,28 +1,28 @@
 name:                PastePipe
-version:             1.5
+version:             1.6
 synopsis:            CLI for pasting to lpaste.net
 description:         PastePipe reads from standard in and posts to <lpaste.net>.
                      It will auto-detect your username, but that can be
                      overridden with command line options (--user)
                      Titles are set with -t, language with -l.
 category:            Utils
-license:             GPL
+license:             GPL-3
 License-file:        LICENSE
-homepage:            http://github.com/creswick/pastepipe
-bug-reports:         http://github.com/creswick/pastepipe/issues
+homepage:            http://github.com/Fuuzetsu/pastepipe
+bug-reports:         http://github.com/Fuuzetsu/pastepipe/issues
 author:              Rogan Creswick
-maintainer:          creswick@gmail.com
-Cabal-Version:       >=1.2
+maintainer:          fuuzetsu@fuuzetsu.co.uk
+Cabal-Version:       >=1.4
 build-type:          Simple
 
 
 Executable pastepipe
   hs-source-dirs:    src
   Main-is:           Main.hs
-  Build-Depends:     base >= 4 && < 5, HTTP, network, cmdargs
+  Build-Depends:     base >= 4 && < 5, HTTP, network, cmdargs, network-uri
   ghc-options:       -Wall
 
 library
   hs-source-dirs:    src
   exposed-modules:   Utils.PastePipe
-  Build-Depends:     base >= 4 && < 5, HTTP, network, cmdargs
+  Build-Depends:     base >= 4 && < 5, HTTP, network, cmdargs, network-uri
