diff --git a/groan.cabal b/groan.cabal
--- a/groan.cabal
+++ b/groan.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           groan
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       ugh, another growable vector library?
 description:    Yet another contiguous growable vector buffer library.
                 .
@@ -16,16 +16,20 @@
                 continuation-based builder, you're building up a linked list of
                 append thunks, and there's no ability for GHC to fuse them together.
                 In comparison, buffers have easily predictable performance.
+                .
+                = Changelog
+                == 0.1.0.1
+                Correct git link
 category:       Data Structures, Data
-author:         Michael Ledger
-maintainer:     Michael Ledger <mike@quasimal.com>
+author:         Mike Ledger
+maintainer:     Mike Ledger <mike@quasimal.com>
 license:        MPL-2.0
 license-file:   LICENSE
 build-type:     Simple
 
 source-repository head
   type: git
-  location: https://gitlab.com/combobulate.systems/records-edsl.git
+  location: https://gitlab.com/combobulate.systems/groan.git
 
 library
   exposed-modules:
