From 0e1c5f1b8fbbfe6ca7ab67a2e729ad229d75b893 Mon Sep 17 00:00:00 2001 From: SimonFoobar648 <245426116+SimonFoobar648@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:25:37 +0000 Subject: [PATCH] fix: update star history chart to use new provider The current star history chart is broken due to GitHub stargazer API restrictions. Switch the chart to a working provider that needs no API token so the Star History section renders correctly again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc99f4c..9350b29 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ This project exists thanks to all the people who contribute. ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=apache/casbin-Casbin.NET&type=Date)](https://star-history.com/#apache/casbin-Casbin.NET&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=apache/casbin-Casbin.NET&type=Date)](https://star-history.dera.page/#apache/casbin-Casbin.NET&date) ## License