diff --git a/tn.cabal b/tn.cabal
--- a/tn.cabal
+++ b/tn.cabal
@@ -1,8 +1,5 @@
--- Initial journal.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                tn
-version:             1.0.2
+version:             1.0.2.1
 synopsis:            A simple daily journal program
 description:
   tn is a simple program to keep daily journals. It's terrible right now, so
@@ -11,7 +8,7 @@
 license-file:        LICENSE
 author:              Peter Harpending
 maintainer:          Peter Harpending <peter@harpending.org>
-bug-reports:         https://notabug.org/pharpend/tn/issues/new
+bug-reports:         https://github.com/pharpend/tn
 copyright:           Copyright (C) 2015 Peter Harpending
 category:            Text
 build-type:          Simple
@@ -47,10 +44,10 @@
 
 source-repository head
   type: git
-  location: ssh://git@notabug.org/pharpend/tn.git
+  location: https://github.com/pharpend/tn.git
 
 source-repository this
   type: git
-  location: ssh://git@notabug.org/pharpend/tn.git
-  tag: 1.0.2
+  location: https://github.com/pharpend/tn.git
+  tag: 1.0.2.1
                   
