diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -3,6 +3,11 @@
 ## Unreleased changes
 
 
+## v0.1.0.1
+
+  * Fix GitHub package metadata
+
+
 ## v0.1.0.0
 
   * First release: provides minimal working integration of stack and cabal-install for Unix.
diff --git a/hs.cabal b/hs.cabal
--- a/hs.cabal
+++ b/hs.cabal
@@ -5,13 +5,13 @@
 -- see: https://github.com/sol/hpack
 
 name:           hs
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       GHC-toolchain installer broker
 description:    A tool for keeping track of where GHC installations have been placed and reporting
                 that to the build managers (like @stack@ and @cabal-install@).
 category:       Development
-homepage:       https://github.com/githubuser/hs#readme
-bug-reports:    https://github.com/githubuser/hs/issues
+homepage:       https://github.com/cdornan/hs#readme
+bug-reports:    https://github.com/cdornan/hs/issues
 author:         Chris Dornan <chris@chrisdornan.com>
 maintainer:     Chris Dornan <chris@chrisdornan.com>
 copyright:      2021 Chris Dornan
@@ -24,7 +24,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/githubuser/hs
+  location: https://github.com/cdornan/hs
 
 library
   exposed-modules:
