Update new home of the library, and add hackage badge

This commit is contained in:
Aditya Manthramurthy 2017-02-13 16:18:56 +05:30
parent 30dbc0b64a
commit b866c38814
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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