diff --git a/README b/README
--- a/README
+++ b/README
@@ -38,7 +38,7 @@
 Please feel welcome to contribute new code or bug fixes.  You can
 fetch the source repository from here:
 
-darcs get http://darcs.serpentine.com/statistics
+http://bitbucket.org/bos/statistics
 
 
 Authors
diff --git a/statistics.cabal b/statistics.cabal
--- a/statistics.cabal
+++ b/statistics.cabal
@@ -1,5 +1,5 @@
 name:           statistics
-version:        0.8.0.0
+version:        0.8.0.1
 synopsis:       A library of statistical types, data, and functions
 description:
   This library provides a number of common functions and types useful
@@ -14,14 +14,15 @@
   focus on the most common.)
   .
   Computing with sample data: quantile estimation, kernel density
-  estimation, bootstrap methods, and autocorrelation analysis.
+  estimation, bootstrap methods, signigicance testing, and autocorrelation
+  analysis.
   .
   Random variate generation under several different distributions.
   .
   Common statistical tests for significant differences between samples.
 license:        BSD3
 license-file:   LICENSE
-homepage:       http://darcs.serpentine.com/statistics
+homepage:       http://bitbucket.org/bos/statistics
 author:         Bryan O'Sullivan <bos@serpentine.com>
 maintainer:     Bryan O'Sullivan <bos@serpentine.com>
 copyright:      2009, 2010 Bryan O'Sullivan
