From 1b58988cc70068e43c479809f3b3fa34bc5ff11d Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 20 Aug 2023 14:27:53 +0200 Subject: change api to accomodate for tex cv --- education/2018-09_ens/2021-09_m2.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'education/2018-09_ens/2021-09_m2.nix') diff --git a/education/2018-09_ens/2021-09_m2.nix b/education/2018-09_ens/2021-09_m2.nix index 734e944..02ebc0b 100644 --- a/education/2018-09_ens/2021-09_m2.nix +++ b/education/2018-09_ens/2021-09_m2.nix @@ -2,8 +2,16 @@ { date = { - start = "2021-09-01"; - end = "2022-07-31"; + start = { + year = 2021; + month = 9; + day = 1; + }; + end = { + year = 2022; + month = 7; + day = 31; + }; }; program = { name = "Parisian Master of Research in Computer Science"; -- cgit v1.2.3