diff --git a/seqid.cabal b/seqid.cabal
--- a/seqid.cabal
+++ b/seqid.cabal
@@ -1,20 +1,21 @@
 name:                seqid
-version:             0.5.1
+version:             0.5.2
 synopsis:            Sequence ID production and consumption
 description:         Uniquely identify elements in a sequence.
 License:             BSD3
 License-file:        LICENSE
 author:              Luke Hoersten
-maintainer:          luke@hoersten.org
+maintainer:          luke@bitnomial.com
+copyright:           Bitnomial, Inc. (c) 2016
 category:            Data
 build-type:          Simple
 cabal-version:       >= 1.10
-homepage:            https://github.com/LukeHoersten/seqid
-bug-reports:         https://github.com/LukeHoersten/seqid/issues
+homepage:            https://github.com/bitnomial/seqid
+bug-reports:         https://github.com/bitnomial/seqid/issues
 
 source-repository head
   type: git
-  location: git://github.com/LukeHoersten/seqid.git
+  location: git://github.com/bitnomial/seqid.git
 
 library
   exposed-modules: Data.SequenceId
