diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -5,7 +5,7 @@
 (CSIRO) ABN 41 687 119 230.
 
 All rights reserved. CSIRO is willing to grant you a license to this
-aemo-webservice on the following terms, except where otherwise indicated for
+software on the following terms, except where otherwise indicated for
 third party material.
 
 Redistribution and use of this software in source and binary forms, with or
diff --git a/changelog b/changelog
deleted file mode 100644
--- a/changelog
+++ /dev/null
@@ -1,12 +0,0 @@
-0.2.0
-
-* Reorganisation of all `papa` packages.
-
-0.1.0
-
-* Reorganisation of all `papa` packages.
-
-0.0.1
-
-* Initial release
-
diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,12 @@
+0.2.0
+
+* Reorganisation of all `papa` packages.
+
+0.1.0
+
+* Reorganisation of all `papa` packages.
+
+0.0.1
+
+* Initial release
+
diff --git a/papa.cabal b/papa.cabal
--- a/papa.cabal
+++ b/papa.cabal
@@ -1,22 +1,25 @@
 name:               papa
-version:            0.2.1
+version:            0.3.0
 license:            BSD3
 license-file:       LICENSE
-author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
-maintainer:         Tony Morris
+author:             Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
+maintainer:         Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
 copyright:          Copyright (c) 2016, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
 synopsis:           Reasonable default import
 category:           Prelude
-description:        Reasonable default import
-homepage:           https://github.com/data61/papa
-bug-reports:        https://github.com/data61/papa/issues
+description:
+  <<http://i.imgur.com/uZnp9ke.png>>
+  .
+  Reasonable default import
+homepage:           https://github.com/qfpl/papa
+bug-reports:        https://github.com/qfpl/papa/issues
 cabal-version:      >= 1.10
 build-type:         Custom
-extra-source-files: changelog
+extra-source-files: changelog.md
 
 source-repository   head
   type:             git
-  location:         git@github.com:data61/papa.git
+  location:         git@github.com:qfpl/papa.git
 
 flag                small_base
   description:      Choose the new, split-up base package.
@@ -27,21 +30,22 @@
 
   build-depends:
                     base >= 4.8 && < 5
-                    , papa-base >= 0.2.0 && < 1
-                    , papa-base-export >= 0.2.0 && < 1
-                    , papa-base-implement >= 0.2.0 && < 1
-                    , papa-bifunctors >= 0.2.0 && < 1
-                    , papa-bifunctors-export >= 0.2.0 && < 1
-                    , papa-bifunctors-implement >= 0.2.0 && < 1
-                    , papa-lens >= 0.2.0 && < 1
-                    , papa-lens-export >= 0.2.0 && < 1
-                    , papa-lens-implement >= 0.2.0 && < 1
-                    , papa-semigroupoids >= 0.2.0 && < 1
-                    , papa-semigroupoids-export >= 0.2.0 && < 1
-                    , papa-semigroupoids-implement >= 0.2.0 && < 1
-                    , papa-export >= 0.2.0 && < 1
-                    , papa-implement >= 0.2.0 && < 1
-                   
+                    , papa-base >= 0.3.0 && < 1
+                    , papa-base-export >= 0.3.0 && < 1
+                    , papa-base-implement >= 0.3.0 && < 1
+                    , papa-bifunctors >= 0.3.0 && < 1
+                    , papa-bifunctors-export >= 0.3.0 && < 1
+                    , papa-bifunctors-implement >= 0.3.0 && < 1
+                    , papa-lens >= 0.3.0 && < 1
+                    , papa-lens-export >= 0.3.0 && < 1
+                    , papa-lens-implement >= 0.3.0 && < 1
+                    , papa-semigroupoids >= 0.3.0 && < 1
+                    , papa-semigroupoids-export >= 0.3.0 && < 1
+                    , papa-semigroupoids-implement >= 0.3.0 && < 1
+                    , papa-x >= 0.3.0 && < 1
+                    , papa-x-export >= 0.3.0 && < 1
+                    , papa-x-implement >= 0.3.0 && < 1
+                    
   ghc-options:
                     -Wall
 
