From ecfbedeb8006fe92eb8562505bad75b09433f151 Mon Sep 17 00:00:00 2001 From: philopon Date: Wed, 27 Aug 2014 06:12:26 +0900 Subject: [PATCH] update README.md, cabal. --- README.md | 2 +- memcached-binary.cabal | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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