From cdb24e2e7c311f9cb37f51e03ba1f4b89ec7ea88 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Fri, 05 Sep 2025 13:08:07 +0000 Subject: [PATCH] lexicons: fix incorrect string format for sh.tangled.repo::description Signed-off-by: oppiliappan --- lexicons/repo/repo.json | 1 - 1 file(s) changed, 0 insertion(s)(+), 1 deletion(s)(-) diff --git a/lexicons/repo/repo.json b/lexicons/repo/repo.json --- a/lexicons/repo/repo.json +++ b/lexicons/repo/repo.json @@ -34,7 +34,6 @@ "description": "CI runner to send jobs to and receive results from" }, "description": { "type": "string", - "format": "datetime", "minGraphemes": 1, "maxGraphemes": 140 }, -- tangled.sh