From d2ac6f308d8eb53ae499a4447ce3c4b687783720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Baumg=C3=A4rtner?= Date: Tue, 18 Oct 2022 21:55:35 +0200 Subject: [PATCH] removes the utf-8 dependency Should fix https://github.com/lcpz/lain/issues/503 --- widget/cal.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/widget/cal.lua b/widget/cal.lua index 9b15038..97dced8 100644 --- a/widget/cal.lua +++ b/widget/cal.lua @@ -17,7 +17,6 @@ local tconcat = table.concat local type = type local tonumber = tonumber local tostring = tostring -local utf8 = utf8 -- Calendar notification -- lain.widget.cal