diff --git a/README.md b/README.md index 1a78b32..bd98230 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -memcached-binary [![Build Status](https://travis-ci.org/philopon/memcached-binary.svg?branch=master)](https://travis-ci.org/philopon/memcached-binary) +memcached-binary [![Build Status](https://travis-ci.org/philopon/memcached-binary.svg?branch=master)](https://travis-ci.org/philopon/memcached-binary) [![Hackage](https://budueba.com/hackage/memcached-binary)](https://hackage.haskell.org/package/memcached-binary) === memcached client using binary protocol. diff --git a/memcached-binary.cabal b/memcached-binary.cabal index f922b9c..9a03f57 100644 --- a/memcached-binary.cabal +++ b/memcached-binary.cabal @@ -3,8 +3,10 @@ version: 0.1.0 synopsis: memcached client using binary protocol. license: MIT license-file: LICENSE -author: Hirotomo Moriwaki -maintainer: philopon.dependence@gmail.com +author: HirotomoMoriwaki +maintainer: HirotomoMoriwaki +Homepage: https://github.com/philopon/memcached-binary +Bug-reports: https://github.com/philopon/memcached-binary/issues copyright: (c) 2014 Hirotomo Moriwaki category: Database build-type: Simple