diff --git a/color-counter.cabal b/color-counter.cabal
--- a/color-counter.cabal
+++ b/color-counter.cabal
@@ -1,5 +1,5 @@
 name:                color-counter
-version:             0.1.2.1
+version:             0.1.2.2
 synopsis:            Count colors in images
 description:         This Haskell package contains functions for counting colors in images, either from a file or a camera feed.  The input image must in a standard format like JPEG or PNG.  The analyze function outputs the RGB and CIE-LAB values for each pixel, along with the color detected there.  The tally function outputs a histogram of the colors detected.  The quantize function outputs an image where the pixels have been replaced by the colors detected there.
 
@@ -13,7 +13,7 @@
 cabal-version:       >= 1.10
 homepage:            https://bitbucket.org/functionally/color-counter
 bug-reports:         https://bwbush.atlassian.net/projects/HCC/issues/
-package-url:         https://bitbucket.org/functinally/color-counter/downloads/color-counter-0.1.2.1.tar.gz
+package-url:         https://bitbucket.org/functinally/color-counter/downloads/color-counter-0.1.2.2.tar.gz
 
 extra-source-files:  ReadMe.md
 data-dir: data
@@ -25,7 +25,7 @@
 
 source-repository head
   type: git
-  location: https://bwbush@bitbucket.org/bwbush/color-counter.git
+  location: https://bitbucket.org/functionally/color-counter.git
 
 flag nocapture
   description: Compile without support for image capture.  (Capture support requires the "v4l2" package which is only available on Linux.) 
