From 1a5657e03bf0b7827d1351c1399e0cbfd3f9cfac Mon Sep 17 00:00:00 2001 From: Max Walters Date: Sun, 29 Oct 2023 14:04:28 -0400 Subject: [PATCH] Update main.py --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 943605a..5708cf1 100644 --- a/src/main.py +++ b/src/main.py @@ -194,7 +194,7 @@ GTK version: {Gtk.get_major_version()}.{Gtk.get_minor_version()}.{Gtk.get_micro_ "Max Walters https://mdwalters.codeberg.page/" ]) self.about.set_artists([ - "daudix-UFO https://daudix.exozy.me/" + "David Lapshin https://daudix.exozy.me/" ]) self.about.set_issue_url("https://github.com/mdwalters/lemonade/issues/new") self.about.set_website("https://github.com/mdwalters/lemonade")