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/2019-09_m1.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'education/2018-09_ens/2019-09_m1.nix') diff --git a/education/2018-09_ens/2019-09_m1.nix b/education/2018-09_ens/2019-09_m1.nix index f58e7ea..40ca4d1 100644 --- a/education/2018-09_ens/2019-09_m1.nix +++ b/education/2018-09_ens/2019-09_m1.nix @@ -2,8 +2,16 @@ { date = { - start = "2019-09-01"; - end = "2020-07-31"; + start = { + year = 2019; + month = 9; + day = 1; + }; + end = { + year = 2020; + month = 7; + day = 31; + }; }; program = { name = "ENS's Computer Science Department"; -- cgit v1.2.3