From f180e2f3e27c7c804284933aca81f8f3688d5683 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:41:02 +0000 Subject: [PATCH] FIX: Star History chart The star history chart was broken because the GitHub stargazer API is no longer accessible without a token. Switch to a drop-in alternative so the chart renders again for everyone. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17c9d74a..aa97b415 100644 --- a/README.md +++ b/README.md @@ -918,4 +918,4 @@ See `LICENSE` for more details. ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=kus/cs2-modded-server)](https://star-history.com/#kus/cs2-modded-server) +[![Star History Chart](https://star-history.dera.page/svg?repos=kus/cs2-modded-server)](https://star-history.dera.page/#kus/cs2-modded-server)