From 3ebb4f211113dea98f6a0eeb98f0e5bd75983d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=9B=92=E1=9A=B8?= <9055837+beorc-gar@users.noreply.github.com> Date: Thu, 14 Feb 2019 14:14:40 -0500 Subject: [PATCH] Update xcal.py --- xcal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcal.py b/xcal.py index 80a9541..881e2c6 100755 --- a/xcal.py +++ b/xcal.py @@ -415,7 +415,7 @@ def aboutme(): top.wm_title("About xcal") title = "xcal" - author = "Bronson Graansma" + author = "beorc-gar" version = "iCalendar v2.0" Label(top, text=title, font=("Times", 22, "bold"), fg="navy").pack()