diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,17 +1,6 @@
-lens-aeson
-==========
-
-[![Hackage](https://img.shields.io/hackage/v/lens-aeson.svg)](https://hackage.haskell.org/package/lens-aeson) [![Build Status](https://secure.travis-ci.org/lens/lens-aeson.svg)](http://travis-ci.org/lens/lens-aeson)
+aeson-optics
+============
 
-The goal of `lens-aeson` is to provide traversals and prisms for
+The goal of `optics-aeson` is to provide traversals and prisms for
 the [Aeson](http://hackage.haskell.org/package/aeson) library's
 Value type, while obeying the `Traversal`/`Prism` laws.
-
-Contact Information
--------------------
-
-Contributions and bug reports are welcome!
-
-Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-
--Edward Kmett
diff --git a/Setup.lhs b/Setup.lhs
deleted file mode 100644
--- a/Setup.lhs
+++ /dev/null
@@ -1,34 +0,0 @@
-\begin{code}
-{-# LANGUAGE CPP #-}
-{-# OPTIONS_GHC -Wall #-}
-module Main (main) where
-
-#ifndef MIN_VERSION_cabal_doctest
-#define MIN_VERSION_cabal_doctest(x,y,z) 0
-#endif
-
-#if MIN_VERSION_cabal_doctest(1,0,0)
-
-import Distribution.Extra.Doctest ( defaultMainWithDoctests )
-main :: IO ()
-main = defaultMainWithDoctests "doctests"
-
-#else
-
-#ifdef MIN_VERSION_Cabal
--- If the macro is defined, we have new cabal-install,
--- but for some reason we don't have cabal-doctest in package-db
---
--- Probably we are running cabal sdist, when otherwise using new-build
--- workflow
-import Warning ()
-#endif
-
-import Distribution.Simple
-
-main :: IO ()
-main = defaultMain
-
-#endif
-
-\end{code}
diff --git a/aeson-optics.cabal b/aeson-optics.cabal
--- a/aeson-optics.cabal
+++ b/aeson-optics.cabal
@@ -1,4 +1,4 @@
-version:            1.1
+version:            1.1.0.1
 name:               aeson-optics
 category:           Data, JSON, Optics
 license:            MIT
@@ -7,8 +7,8 @@
 author:             Edward A. Kmett, Oleg Grenrus
 maintainer:         Oleg Grenrus <oleg.grenrus@iki.fi>
 stability:          provisional
-homepage:           http://github.com/lens/lens-aeson/
-bug-reports:        http://github.com/lens/lens-aeson/issues
+homepage:           http://github.com/phadej/aeson-optics
+bug-reports:        http://github.com/phadej/aeson-optics/issues
 copyright:
   Copyright (C) 2012 Paul Wilson
   Copyright (C) 2013 Edward A. Kmett
