diff --git a/warlock.cabal b/warlock.cabal
--- a/warlock.cabal
+++ b/warlock.cabal
@@ -5,13 +5,15 @@
 -- see: https://github.com/sol/hpack
 
 name:           warlock
-version:        0.1.0.0
+version:        0.1.0.1
+synopsis:       Automatic type-safe conversion between Haskell data types using Template Haskell
 description:    Please see the README on GitHub at <https://github.com/githubuser/warlock#readme>
-homepage:       https://github.com/githubuser/warlock#readme
-bug-reports:    https://github.com/githubuser/warlock/issues
-author:         Author name here
-maintainer:     example@example.com
-copyright:      2025 Author name here
+category:       Data
+homepage:       https://github.com/iand675/warlock#readme
+bug-reports:    https://github.com/iand675/warlock/issues
+author:         Ian Duncan
+maintainer:     ian@iankduncan.com
+copyright:      2025 Ian Duncan
 license:        BSD-3-Clause
 license-file:   LICENSE
 build-type:     Simple
@@ -21,7 +23,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/githubuser/warlock
+  location: https://github.com/iand675/warlock
 
 library
   exposed-modules:
