diff --git a/crypton-x509.cabal b/crypton-x509.cabal
--- a/crypton-x509.cabal
+++ b/crypton-x509.cabal
@@ -1,5 +1,5 @@
 Name:                crypton-x509
-version:             1.7.6
+version:             1.7.7
 Description:         X509 reader and writer. please see README
 License:             BSD3
 License-file:        LICENSE
@@ -10,7 +10,7 @@
 Build-Type:          Simple
 Category:            Data
 stability:           experimental
-Homepage:            http://github.com/vincenthz/hs-certificate
+Homepage:            https://github.com/kazu-yamamoto/crypton-certificate
 Cabal-Version:       >= 1.10
 
 Library
@@ -54,7 +54,7 @@
                    , tasty-quickcheck
                    , hourglass
                    , asn1-types
-                   , x509
+                   , crypton-x509
                    , crypton
   ghc-options:       -Wall -fno-warn-orphans -fno-warn-missing-signatures
 
