diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2013 Simon Hengel <sol@typeful.net>
+Copyright (c) 2009-2014 Simon Hengel <sol@typeful.net>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/doctest.cabal b/doctest.cabal
--- a/doctest.cabal
+++ b/doctest.cabal
@@ -1,18 +1,18 @@
 name:             doctest
-version:          0.9.11
+version:          0.9.11.1
 synopsis:         Test interactive Haskell examples
 description:      The doctest program checks examples in source code comments.
                   It is modeled after doctest for Python
                   (<http://docs.python.org/library/doctest.html>).
                   .
                   Documentation is at
-                  <https://github.com/sol/doctest-haskell#readme>.
+                  <https://github.com/sol/doctest#readme>.
 category:         Testing
-bug-reports:      https://github.com/sol/doctest-haskell/issues
-homepage:         https://github.com/sol/doctest-haskell#readme
+bug-reports:      https://github.com/sol/doctest/issues
+homepage:         https://github.com/sol/doctest#readme
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2009-2013 Simon Hengel
+copyright:        (c) 2009-2014 Simon Hengel
 author:           Simon Hengel <sol@typeful.net>
 maintainer:       Simon Hengel <sol@typeful.net>
 build-type:       Simple
@@ -23,7 +23,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/sol/doctest-haskell
+  location: https://github.com/sol/doctest
 
 library
   exposed-modules:
diff --git a/src/Extract.hs b/src/Extract.hs
--- a/src/Extract.hs
+++ b/src/Extract.hs
@@ -49,7 +49,7 @@
       , ""
       , "This is most likely a bug in doctest."
       , ""
-      , "Please report it here: https://github.com/sol/doctest-haskell/issues/new"
+      , "Please report it here: https://github.com/sol/doctest/issues/new"
       ]
     where
       msg = case fromException e of
