From 9dc1cdad1f7ef5bd835ceeaaffe547d5cb350a0e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 31 Jan 2025 14:28:38 +0100 Subject: [PATCH] improve the wording --- content/blog/2025-02-extending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2025-02-extending.md b/content/blog/2025-02-extending.md index 07a457c51..8ecc19c2d 100644 --- a/content/blog/2025-02-extending.md +++ b/content/blog/2025-02-extending.md @@ -46,7 +46,7 @@ These packages are part of the essential list for Debian and Ubuntu, and we're e ### GSoC 2024 Participation -In 2024, we had the pleasure of mentoring three students during Google Summer of Code (GSoC). Their work exemplifies the project's momentum and showcases the contributions of the next generation of developers: +In 2024, we had the pleasure of mentoring three students during Google Summer of Code (GSoC): 1. **Sreehari Prasad** worked on improving the support of Rust CCoreutils. His focus was on making uutils compatible with the GNU coreutils test suite. Sreehari resolved most of the failing tests for the `cp`, `mv`, and `ls` utilities and significantly enhanced compatibility.