diff --git a/test-framework-hunit.cabal b/test-framework-hunit.cabal
--- a/test-framework-hunit.cabal
+++ b/test-framework-hunit.cabal
@@ -1,14 +1,16 @@
 Name:                test-framework-hunit
-Version:             0.3.0
-Cabal-Version:       >= 1.2.3
+Version:             0.3.0.1
+Cabal-Version:       >= 1.6
 Category:            Testing
 Synopsis:            HUnit support for the test-framework package.
 License:             BSD3
 License-File:        LICENSE
 Author:              Max Bolingbroke <batterseapower@hotmail.com>
-Maintainer:          Max Bolingbroke <batterseapower@hotmail.com>
-Homepage:            http://batterseapower.github.com/test-framework/
+Maintainer:          Haskell Libraries <libraries@haskell.org>
+Homepage:            https://batterseapower.github.io/test-framework/
+Bug-Reports:         https://github.com/haskell/test-framework/
 Build-Type:          Simple
+Description:         HUnit support for the test-framework package.
 
 Flag Base4
         Description:    Choose base version 4
@@ -33,3 +35,7 @@
                                 MultiParamTypeClasses
 
         Ghc-Options:            -Wall
+
+Source-Repository head
+  Type:     git
+  Location: https://github.com/haskell/test-framework
