diff --git a/gpio.cabal b/gpio.cabal
--- a/gpio.cabal
+++ b/gpio.cabal
@@ -1,14 +1,14 @@
 name:                gpio
-version:             0.1.0.0
-synopsis:            Simple project template from stack
+version:             0.1.0.1
+synopsis:            Haskell GPIO interface, designed specifically for the RaspberryPi.
 description:         Please see README.md
-homepage:            http://github.com/githubuser/gpio#readme
+homepage:            http://github.com/githubuser/gpio
 license:             BSD3
 license-file:        LICENSE
-author:              Author name here
-maintainer:          example@example.com
-copyright:           2016 Author name here
-category:            Web
+author:              Tyler Olson
+maintainer:          tydotg@gmail.com
+copyright:           2016 Tyler Olson
+category:            Hardware
 build-type:          Simple
 cabal-version:       >=1.10
 
