diff --git a/ABList.cabal b/ABList.cabal
--- a/ABList.cabal
+++ b/ABList.cabal
@@ -1,16 +1,18 @@
 Name:               ABList
-Version:            0.0.2
+Version:            0.0.3
 Author:             Dylan Just <dylan@techtangents.com>
 License:            BSD3
 license-file:       license.txt
 Copyright:          Dylan Just, Travis Cardwell
 Maintainer:         Dylan Just
-Category:           Control
+Category:           Data
 Synopsis:           An alternating list of two types
 Description:        An alternating list of two types
 Cabal-version:      >= 1.10
 Build-Type:         Simple
-
+source-repository head
+  type:     git
+  location: https://github.com/techtangents/ablist.git
 
 Library
   default-language: Haskell2010
