diff --git a/amazon-emailer.cabal b/amazon-emailer.cabal
--- a/amazon-emailer.cabal
+++ b/amazon-emailer.cabal
@@ -1,24 +1,23 @@
 name:                amazon-emailer
-version:             0.3.0.0
-synopsis:            A queue daemon for working with Amazon's Simple Email Service with a
-                     PostgreSQL table as a queue.
+version:             0.3.0.1
+synopsis:            A queue daemon for Amazon's SES with a PostgreSQL table as a queue.
 description:         This application checks every second for messages in a queue table,
                      if there exist some that haven't been sent, it grabs
                      a specified number out (based on what your current send rate is), sends them,
                      marks them as sent, and goes back to sleep.
-homepage:            http://hub.darcs.net/dbp/amazon-emailer
+homepage:            https://github.com/dbp/amazon-emailer
 license:             BSD3
 license-file:        LICENSE
 author:              Daniel Patterson
 maintainer:          dbp@dbpmail.net
--- copyright:           
+-- copyright:
 category:            Network
 build-type:          Simple
 cabal-version:       >=1.8
 
 executable amazon-emailer
   main-is: Mailer.hs
-  -- other-modules:       
+  -- other-modules:
   Build-depends:
         base == 4.*,
         resourcet == 0.4.*,
