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