diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014, Jan Vornberger
+Copyright (c) 2012 - 2014, Jan Vornberger
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/watchdog.cabal b/watchdog.cabal
--- a/watchdog.cabal
+++ b/watchdog.cabal
@@ -1,14 +1,16 @@
 name:           watchdog
-version:        0.2.2
+version:        0.2.2.1
 author:         Jan Vornberger <jan@uos.de>
+copyright:      (c) 2012 - 2014 Jan Vornberger
 maintainer:     Jan Vornberger <jan@uos.de>
 synopsis:       Simple control structure to re-try an action with exponential backoff
 description:    See Control.Watchdog for documentation.
-category:       blub
+category:       Control
 build-type:     Simple
 cabal-version:  >= 1.8
 license:        BSD3
 license-file:   LICENSE
+bug-reports:    https://github.com/javgh/watchdog/issues
 
 source-repository head
     type: git
