From 927b41706b8434fa2ded7686ec9d046e30d23489 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:06:17 +0000 Subject: [PATCH] fix: switch star history chart to a working provider The star history chart is currently broken because the previous provider is affected by the GitHub stargazer API restrictions. This change points the chart to a working provider so the chart is displayed correctly again in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d6b335..9704104e 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,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-rs&type=Date)](https://star-history.com/#apache/casbin-rs&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=apache/casbin-rs&type=Date)](https://star-history.dera.page/#apache/casbin-rs&Date) ## License