diff --git a/chell-hunit.cabal b/chell-hunit.cabal
--- a/chell-hunit.cabal
+++ b/chell-hunit.cabal
@@ -1,9 +1,9 @@
 name: chell-hunit
-version: 0.2
+version: 0.2.1
 license: MIT
 license-file: license.txt
-author: John Millikin <jmillikin@gmail.com>
-maintainer: John Millikin <jmillikin@gmail.com>
+author: John Millikin <john@john-millikin.com>
+maintainer: John Millikin <john@john-millikin.com>
 build-type: Simple
 cabal-version: >= 1.6
 category: Testing
@@ -13,13 +13,13 @@
 synopsis: HUnit support for the Chell testing library
 
 source-repository head
-  type: bazaar
-  location: https://john-millikin.com/branches/chell-hunit/0.2/
+  type: git
+  location: https://john-millikin.com/code/chell-hunit/
 
 source-repository this
-  type: bazaar
-  location: https://john-millikin.com/branches/chell-hunit/0.2/
-  tag: chell-hunit_0.2
+  type: git
+  location: https://john-millikin.com/code/chell-hunit/
+  tag: chell-hunit_0.2.1
 
 library
   hs-source-dirs: lib
@@ -27,7 +27,7 @@
 
   build-depends:
       base >= 4.0 && < 5.0
-    , chell >= 0.3 && < 0.4
+    , chell >= 0.3 && < 0.5
     , HUnit >= 1.1 && < 1.3
 
   exposed-modules:
