diff --git a/mackerel-client.cabal b/mackerel-client.cabal
--- a/mackerel-client.cabal
+++ b/mackerel-client.cabal
@@ -1,17 +1,19 @@
 name:                   mackerel-client
-version:                0.0.1
+version:                0.0.2
 author:                 itchyny
 maintainer:             itchyny <https://github.com/itchyny>
 license:                MIT
 license-file:           LICENSE
 category:               Web
+stability:              Experimental
 build-type:             Simple
 cabal-version:          >=1.8
-synopsis:               An API client library for Mackerel (https://mackerel.io)
+synopsis:               An API client library for Mackerel
+homepage:               https://github.com/itchyny/mackerel-client-hs
 description:            This library provides bindings to Mackerel APIs.
                         .
-                        The official site of Mackerel: https://mackerel.io/.
-                        The reference of Mackerel API: https://mackerel.io/api-docs/.
+                        The official site of Mackerel: <https://mackerel.io/>.
+                        The reference of Mackerel API: <https://mackerel.io/api-docs/>.
 extra-source-files:     README.md
 
 library
