From 4ddd83257923e4b2b65fef9dd6735d829f567fea Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:22:48 +0000 Subject: [PATCH] Fix star history chart Point the star history chart at the dera.page mirror so the chart works again. The upstream star-history.com svg endpoint is currently broken because of GitHub stargazer API restrictions, so the chart renders empty. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 417a023..1973ed8 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md). Open an issue before large changes; pref ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=tryonlabs/opentryon&type=date&legend=top-left)](https://www.star-history.com/#tryonlabs/opentryon&type=date&legend=top-left) +[![Star History Chart](https://star-history.dera.page/svg?repos=tryonlabs/opentryon&type=date&legend=top-left)](https://star-history.dera.page/#tryonlabs/opentryon&type=date&legend=top-left) ---