From b26d6b592f1a590d27e79d12cf02fbf91311b4ca Mon Sep 17 00:00:00 2001 From: fvd Date: Sat, 13 Mar 2021 05:40:45 +0800 Subject: [PATCH] Closes #45 - include gitear R package (#46) Co-authored-by: FvD Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/46 Reviewed-by: 6543 <6543@obermui.de> Reviewed-by: Norwin Co-authored-by: fvd Co-committed-by: fvd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52813a7..90a8028 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ A curated list of awesome projects related to Gitea. * [Gitea.net](https://github.com/mkloubert/gitea.net) - .NET Library for the Gitea API. * [Gitea-sdk](https://gitea.com/jolheiser/gitea-sdk) - Gitea SDK generated by Swagger. * [Giteapy](https://pypi.org/project/giteapy/) - Python SDK for gitea -* [gitear](https://github.com/ixpantia/gitear) - R wrapper to the gitea API +* [gitear](https://CRAN.R-project.org/package=gitear) - R wrapper to the gitea API * [Gitea rust crate](https://crates.io/crates/gitea) - A simple Gitea client for Rust programs * [Golang SDK](https://gitea.com/gitea/go-sdk) - Official Golang SDK for gitea. * [java-gitea-api](https://github.com/zeripath/java-gitea-api) - Swagger generated api for Gitea