From 54552d9d7a19081c397373fe73ea2b165a3b6b49 Mon Sep 17 00:00:00 2001
From: Matt Bovel <matthieu@bovel.net>
Date: Wed, 13 Apr 2022 16:24:09 +0200
Subject: [PATCH] Reupdate deadline for lab 6 !

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ae74a2c..e25a572 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ Labs are submitted by pushing your code on GitLab, see details in the [grading a
 | Lab 3 | K-Means                    | 2022.03.09  | 2022.03.20  |
 | Lab 4 | Barnes-Hut Simulation      | 2022.03.16  | 2022.03.27  |
 | Lab 5 | Concurrent Bounded Buffer  | 2022.03.23  | 2022.04.03  |
-| Lab 6 | Lock-free sorted list      | 2022.03.30  | 2022.04.10  |
+| Lab 6 | Lock-free sorted list      | 2022.03.30  | 2022.04.17  |
 | Lab 7 | Hazard Pointer             | 2022.04.13  | 2022.05.01  |
 
 # Exercises
-- 
GitLab