diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+* 0.3.0.1 Daniel Patterson <dbp@dbpmail.net> 2016-3-11
+
+  - Change repository location, copyright.
+
 * 0.3.0.0 Daniel Patterson <dbp@dbpmail.net> 2016-3-2
 
   - Switch Heist to use StateT rather than ReaderT, so splices can
diff --git a/fn-extra.cabal b/fn-extra.cabal
--- a/fn-extra.cabal
+++ b/fn-extra.cabal
@@ -1,13 +1,13 @@
 name:                fn-extra
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            Extras for Fn, a functional web framework.
 description:         Please see README.
-homepage:            http://github.com/dbp/fn#readme
+homepage:            http://github.com/positiondev/fn#readme
 license:             ISC
 license-file:        LICENSE
 author:              Daniel Patterson <dbp@dbpmail.net>
-maintainer:          Daniel Patterson <dbp@dbpmail.net>
-copyright:           2016 Daniel Patterson
+maintainer:          workers@positiondev.com
+copyright:           2016 Position Development, LLC
 category:            Web
 build-type:          Simple
 extra-source-files:  CHANGELOG.md
@@ -41,4 +41,4 @@
 
 source-repository head
   type:     git
-  location: https://github.com/dbp/fn-extra
+  location: https://github.com/positiondev/fn
