From c5552d83bee796644db5e2b35e18775cb39a2ccf Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Sat, 29 Apr 2017 17:01:40 +0100 Subject: [PATCH] feat(docs): add new maintainer notice (thanks to @kirillDanshin) --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aca0f33..684e318 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,7 @@ bimg was heavily inspired in [sharp](https://github.com/lovell/sharp), its homol **v1 notice**: `bimg` introduces some minor breaking changes in `v1` release. If you're using `gopkg.in`, you can still rely in the `v0` without worrying about API breaking changes. -#### Seeking for maintainers - -As a single human with a full-time job and other projects in the queue, I'm not able to provide agile and reliable support to this project. - -If you or your company are relying on `bimg` and you wish to get back the favor to the open source community, please [take a look here](https://github.com/h2non/bimg/issues/139). +`bimg` is currently maintained by [Kirill Danshin](https://github.com/kirillDanshin). ## Contents @@ -32,6 +28,7 @@ If you or your company are relying on `bimg` and you wish to get back the favor - [Examples](#examples) - [Debugging](#debugging) - [API](#api) +- [Authors](#authors) - [Credits](#credits) ## Supported image operations @@ -326,6 +323,11 @@ export G_DEBUG=fatal-warnings,fatal-criticals See [godoc reference](https://godoc.org/github.com/h2non/bimg) for detailed API documentation. +## Authors + +- [Tomás Aparicio](https://github.com/h2non) - Original author and architect. +- [Kirill Danshin](https://github.com/kirillDanshin) - Maintainer since April 2017. + ## Credits People who recurrently contributed to improve `bimg` in some way.