diff --git a/gitlib.cabal b/gitlib.cabal
--- a/gitlib.cabal
+++ b/gitlib.cabal
@@ -1,18 +1,18 @@
 Name:                gitlib
-Version:             0.5.1
+Version:             0.5.2
 Synopsis:            Higher-level types for working with hlibgit2
 Description:         Higher-level types for working with hlibgit2
 License-file:        LICENSE
 License:             MIT
 Author:              John Wiegley
-Maintainer:          johnw@newartisans.com
+Maintainer:          johnw@fpcomplete.com
 Build-Type:          Simple
 Cabal-Version:       >=1.10
 Category:            FFI
 
 Source-repository head
   type: git
-  location: git://github.com/jwiegley/gitlib.git
+  location: git://github.com/fpco/gitlib.git
 
 Test-suite smoke
   Default-language: Haskell98
@@ -43,14 +43,6 @@
     , doctest   >= 0.8 && <= 0.10
     , filepath  >= 1.3 && < 1.4
 
-Test-suite unittests
-  Default-language:  Haskell2010
-  Type:              exitcode-stdio-1.0
-  Main-is:           Unit.hs
-  Hs-source-dirs: test
-  Build-depends: base == 4.*
-    , HTF == 0.10.*
-
 Library
   default-language: Haskell98
   default-extensions:
@@ -83,6 +75,5 @@
     Data.Git.Tag
     Data.Git.Tree
     Data.Git.Reference
+  other-modules:
     Data.Git.Internal
-  -- other-modules:
-  --   Data.Git.Internal
diff --git a/test/Unit.hs b/test/Unit.hs
deleted file mode 100644
--- a/test/Unit.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-{-# OPTIONS_GHC -F -pgmF htfpp #-}
-
-import System.Environment ( getArgs )
-import System.Exit ( exitWith )
-import Test.Framework
-
-test_equality = assertEqual "foo" "foo"
-
-main = htfMain htf_thisModulesTests
