diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/).
 
+## [0.1.1] - 2017-09-08
+
+### Changed
+
+* Fixed the URL to the pthread repo in the cabal file.
+
 ## [0.1] - 2017-09-08
 
 ### Added
diff --git a/pthread.cabal b/pthread.cabal
--- a/pthread.cabal
+++ b/pthread.cabal
@@ -1,7 +1,7 @@
 name:                pthread
-version:             0.1
+version:             0.1.1
 synopsis:            Bindings for the pthread library.
-homepage:            http://github.com/tweag/pthreads
+homepage:            http://github.com/tweag/pthread
 license:             BSD3
 license-file:        LICENSE
 author:              Tweag I/O
@@ -17,7 +17,7 @@
 
 source-repository head
   type:     git
-  location: https://github.com/tweag/pthreads
+  location: https://github.com/tweag/pthread
 
 library
   hs-source-dirs: src
