From 147c35dc97492aa46af71669585e8a5cf719de70 Mon Sep 17 00:00:00 2001 From: "Sophia J. Turner" <547158+sophiajt@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:53:45 +1000 Subject: [PATCH] Fix creator of serde Fixing the serde creator to the correct creator. While dtolnay maintains serde now, he didn't create it. It was created by erickt. https://github.com/serde-rs/serde/graphs/contributors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36439ca..2dd28f1 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,5 @@ We'd love to hear your feedback! ## Thanks Thanks to [@rsdy](https://github.com/rsdy) and [@choinskib](https://github.com/choinskib) for -their work on this library, and thanks (of course) to [@dtolnay](https://github.com/dtolnay/) for +their work on this library, and thanks (of course) to [@erickt](https://github.com/erickt/) for creating serde.