Fix website URL (missing https:).

This commit is contained in:
Emmanuel Gil Peyrot 2017-01-07 13:26:30 +00:00
parent 2439a8b807
commit fd16797421
1 changed files with 1 additions and 1 deletions

View File

@ -1308,7 +1308,7 @@ class AboutDialog(Gtk.AboutDialog):
self.set_comments('%s\n%s %s\n%s %s\n%s %s' % (_('A GTK+ Jabber/XMPP client'),
_('GTK+ Version:'), gtk_ver, _('PyGobject Version:'), gobject_ver,
_('python-nbxmpp Version:'), nbxmpp_ver))
self.set_website('http://gajim.org/')
self.set_website('https://gajim.org/')
authors_file_path = self.get_path('AUTHORS')
if authors_file_path: