diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -12,7 +12,7 @@
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
 
-    * Neither the name of the author nor the names of its contributors
+    * Neither the name of the author nor the names of contributors
     may be used to endorse or promote products derived from this
     software without specific prior written permission.
 
diff --git a/bindings.cabal b/bindings.cabal
--- a/bindings.cabal
+++ b/bindings.cabal
@@ -1,5 +1,6 @@
 cabal-version: >= 1.2
 name: bindings
+homepage: http://bitbucket.org/mauricio/bindings
 synopsis:
   Low level bindings for foreign libraries
   following community driven guidelines
@@ -19,14 +20,13 @@
   portability; and developers of higher-level modules can put their
   efforts where they are needed, with a reliable set of low-level code
   at hand.
-version: 0.0.1
+version: 0.1
 license: BSD3
 license-file: LICENSE
 maintainer: Maurício C. Antunes
 author: Maurício C. Antunes
 build-type: Simple
 category: FFI
-
 library
   hs-source-dirs: src
   extensions:
diff --git a/src/Bindings.hs b/src/Bindings.hs
--- a/src/Bindings.hs
+++ b/src/Bindings.hs
@@ -62,7 +62,7 @@
   are also a few special directories:
 
   [@packageCode@] This directory contains the source code for the
-  foreign libraries. Whe appropriate, steps necessary to build a library
+  foreign libraries. When appropriate, steps necessary to build a library
   will be listed in a file here.
 
   [@packageCode\/include@] Support files needed by this package to
