diff --git a/deepseq.cabal b/deepseq.cabal
index 53ff7e2dc356928df53b4b2d9326eabfd6ca3faa..856c3fbe9c0901e07d557833dc7ec6d34ce5bd4d 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -4,6 +4,7 @@ version:        1.3.0.3
 license:	BSD3
 license-file:	LICENSE
 maintainer:	libraries@haskell.org
+bug-reports:    https://github.com/haskell/deepseq/issues
 synopsis:	Deep evaluation of data structures
 category:       Control
 description:
@@ -32,12 +33,7 @@ extra-source-files: changelog.md
 
 source-repository head
   type:     git
-  location: http://git.haskell.org/packages/deepseq.git
-
-source-repository this
-  type:     git
-  location: http://git.haskell.org/packages/deepseq.git
-  tag:      deepseq-1.3.0.2-release
+  location: https://github.com/haskell/deepseq.git
 
 library
   default-language: Haskell2010