diff --git a/fb.cabal b/fb.cabal
--- a/fb.cabal
+++ b/fb.cabal
@@ -1,15 +1,16 @@
 name:              fb
-version:           1.0.1
+version:           1.0.2
 license:           BSD3
 license-file:      LICENSE
 author:            Felipe Lessa
 maintainer:        Felipe Lessa <felipe.lessa@gmail.com>
+copyright:         (c) Prowdsponsor
 synopsis:          Bindings to Facebook's API.
 category:          Web
 stability:         Experimental
 cabal-version:     >= 1.8
 build-type:        Simple
-homepage:          https://github.com/meteficha/fb
+homepage:          https://github.com/prowdsponsor/fb
 
 description:
   This package exports bindings to Facebook's APIs (see
@@ -23,7 +24,7 @@
   API, this package is being developed on demand.  If you need
   something that has not been implemented yet, please send a pull
   request or file an issue on GitHub
-  (<https://github.com/meteficha/fb/issues>).
+  (<https://github.com/prowdsponsor/fb/issues>).
 
 extra-source-files:
   tests/Main.hs
@@ -33,7 +34,7 @@
 
 source-repository head
   type:     git
-  location: git://github.com/meteficha/fb.git
+  location: git://github.com/prowdsponsor/fb.git
 
 
 flag debug
@@ -76,7 +77,7 @@
     , data-default
     , http-types
     , http-conduit         >= 2.0     && < 2.2
-    , attoparsec           >= 0.10.4  && < 0.12
+    , attoparsec           >= 0.10.4  && < 0.13
     , unordered-containers
     , aeson                >= 0.5     && < 0.8
     , base16-bytestring    >= 0.1
