diff --git a/README.md b/README.md index c81b432..3f285e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Minio Client SDK for Haskell [![Build Status](https://travis-ci.org/donatello/minio-hs.svg?branch=master)](https://travis-ci.org/donatello/minio-hs) +# Minio Client SDK for Haskell [![Build Status](https://travis-ci.org/donatello/minio-hs.svg?branch=master)](https://travis-ci.org/donatello/minio-hs)[![Hackage](https://budueba.com/hackage/minio-hs)](https://hackage.haskell.org/package/minio-hs) This Minio Haskell Client SDK provides simple APIs to access [Minio](https://minio.io), AWS S3 or any S3-compatible object diff --git a/minio-hs.cabal b/minio-hs.cabal index 5193271..848b033 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -2,7 +2,7 @@ name: minio-hs version: 0.1.0 synopsis: A Minio client library, compatible with S3 like services. description: Please see README.md -homepage: https://github.com/donatello/minio-hs#readme +homepage: https://github.com/minio/minio-hs#readme license: Apache-2.0 license-file: LICENSE author: Aditya Manthramurthy, Krishnan Parthasarathi @@ -140,4 +140,4 @@ test-suite minio-hs-test source-repository head type: git - location: https://github.com/donatello/minio-hs + location: https://github.com/minio/minio-hs