From 404cc8b985cf5f5102b67fa4e5dcccfd8aa85db3 Mon Sep 17 00:00:00 2001 From: Felix Steghofer Date: Fri, 1 Mar 2019 22:45:40 +0100 Subject: [PATCH] ci --- photobooth/gui/Qt5Gui/Frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth/gui/Qt5Gui/Frames.py b/photobooth/gui/Qt5Gui/Frames.py index b1c86b3..6644aea 100644 --- a/photobooth/gui/Qt5Gui/Frames.py +++ b/photobooth/gui/Qt5Gui/Frames.py @@ -67,7 +67,7 @@ class Welcome(QtWidgets.QFrame): title = QtWidgets.QLabel(_('photobooth')) - url = 'https://github.com/reuterbal/photobooth' + url = 'Barbara ❤ Norman' link = QtWidgets.QLabel('{0}'.format(url)) lay = QtWidgets.QVBoxLayout()