diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-04-04 18:53:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 12:53:09 +0200 |
commit | 14e79b79bccd19f98cefc29919f728606f5df9e1 (patch) | |
tree | f6cc20f1de132983bbefafcf096ac2e129d71249 | |
parent | 9e1b170a09d2228214807a8c01fe37b874f77d58 (diff) | |
download | Nim-14e79b79bccd19f98cefc29919f728606f5df9e1.tar.gz |
remove BountySource which doesn't exist anymore (#23474)
ref https://github.com/nim-lang/website/issues/391 https://news.ycombinator.com/item?id=38419134
-rw-r--r-- | readme.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/readme.md b/readme.md index 6556ee302..da54a8d0d 100644 --- a/readme.md +++ b/readme.md @@ -121,7 +121,6 @@ This project exists thanks to all the people who contribute. ## Contributing [![Backers on Open Collective](https://opencollective.com/nim/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/nim/sponsors/badge.svg)](#sponsors) -[![Setup a bounty via Bountysource][badge-nim-bountysource]][nim-bountysource] [![Donate Bitcoins][badge-nim-bitcoin]][nim-bitcoin] [![Open Source Helpers](https://www.codetriage.com/nim-lang/nim/badges/users.svg)](https://www.codetriage.com/nim-lang/nim) @@ -165,7 +164,6 @@ You can also help with the development of Nim by making donations. Donations can made using: * [Open Collective](https://opencollective.com/nim) -* [Bountysource][nim-bountysource] * [Bitcoin][nim-bitcoin] If you have any questions feel free to submit a question on the @@ -219,7 +217,6 @@ Copyright © 2006-2024 Andreas Rumpf, all rights reserved. [nim-matrix]: https://matrix.to/#/#nim-lang:matrix.org [nim-matrix-space]: https://matrix.to/#/#nim:envs.net [nim-telegram]: https://t.me/nim_lang -[nim-bountysource]: https://www.bountysource.com/teams/nim [nim-bitcoin]: https://blockchain.info/address/1BXfuKM2uvoD6mbx4g5xM3eQhLzkCK77tJ [nimble-repo]: https://github.com/nim-lang/nimble [nimsuggest-repo]: https://github.com/nim-lang/nimsuggest @@ -231,7 +228,6 @@ Copyright © 2006-2024 Andreas Rumpf, all rights reserved. [badge-nim-forum-gethelp]: https://img.shields.io/badge/Forum-get%20help-4eb899.svg?style=flat-square [badge-nim-twitter]: https://img.shields.io/twitter/follow/nim_lang.svg?style=social [badge-nim-stackoverflow]: https://img.shields.io/badge/stackoverflow-nim_tag-yellow.svg?style=flat-square -[badge-nim-bountysource]: https://img.shields.io/bountysource/team/nim/activity.svg?style=flat-square [badge-nim-bitcoin]: https://img.shields.io/badge/bitcoin-1BXfuKM2uvoD6mbx4g5xM3eQhLzkCK77tJ-D69134.svg?style=flat-square [pull-request-instructions]: https://help.github.com/articles/using-pull-requests/ [nim-wiki]: https://github.com/nim-lang/Nim/wiki |