diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2019-10-07 16:51:54 -0300 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-10-07 22:51:54 +0300 |
commit | 1b96c4a471e016c5c61cec5caa54ebc00401a961 (patch) | |
tree | 60c5f5fdbac5db95e01f6599695e8bd022def0bd /README.md | |
parent | af6cc5b9d86ea8e4afa7e906f6bd2b4af3cfe545 (diff) | |
download | gitea-1b96c4a471e016c5c61cec5caa54ebc00401a961.tar.gz gitea-1b96c4a471e016c5c61cec5caa54ebc00401a961.zip |
Fix backers badge (#8399)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ [![GoDoc](https://godoc.org/code.gitea.io/gitea?status.svg)](https://godoc.org/code.gitea.io/gitea) [![GitHub release](https://img.shields.io/github/release/go-gitea/gitea.svg)](https://github.com/go-gitea/gitea/releases/latest) [![Help Contribute to Open Source](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea) -[![Become a backer/sponsor of gitea](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/gitea) +[![Become a backer/sponsor of gitea](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ## Purpose |