diff --git a/README b/README
deleted file mode 100644
--- a/README
+++ /dev/null
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+yesod-fb
+----------
+
+[![Build Status](https://travis-ci.org/psibi/yesod-fb.svg?branch=master)](https://travis-ci.org/psibi/yesod-fb)
+
+Glue functions between yesod and the `fb` package.
+
+
diff --git a/yesod-fb.cabal b/yesod-fb.cabal
--- a/yesod-fb.cabal
+++ b/yesod-fb.cabal
@@ -1,15 +1,16 @@
 Name:                yesod-fb
-Version:             0.3.4
+Version:             0.4.0
 Synopsis:            Useful glue functions between the fb library and Yesod.
-Homepage:            https://github.com/prowdsponsor/yesod-fb
+Homepage:            https://github.com/psibi/yesod-fb
 License:             BSD3
 License-file:        LICENSE
 Author:              Felipe Lessa
-Maintainer:          Felipe Lessa <felipe.lessa@gmail.com>
+Maintainer:          Sibi <sibi@psibi.in>
 Category:            Web
 Build-type:          Simple
 Cabal-version:       >= 1.6
-Extra-source-files:  README
+Extra-source-files:  README.md
+bug-reports:         https://github.com/psibi/yesod-fb/issues
 
 Description:
   This package contains useful glue functions between the fb
@@ -19,15 +20,14 @@
 
 Source-repository head
   type:     git
-  location: git://github.com/prowdsponsor/yesod-fb.git
+  location: git@github.com:psibi/yesod-fb.git
 
 Library
   hs-source-dirs: src
 
   Build-depends:   base         >= 4.3     && < 5
                  , yesod-core   >= 1.2     && < 1.5
-                 , fb           >= 0.11.1  && < 1.1
-
+                 , fb           >= 1.1.0
                  , crypto-api
                  , http-conduit
                  , wai
