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()