Use https for WeeChat URLs

This commit is contained in:
Sébastien Helleu 2014-11-24 20:19:01 +01:00
parent 0bd929dc06
commit 9036a59a3e
4 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ from version import qweechat_version
NAME = 'QWeeChat'
AUTHOR = 'Sébastien Helleu'
AUTHOR_MAIL = 'flashcode@flashtux.org'
WEECHAT_SITE = 'http://weechat.org/'
WEECHAT_SITE = 'https://weechat.org/'
# number of lines in buffer for debug window
DEBUG_NUM_LINES = 50

View file

@ -22,7 +22,7 @@
#
# For info about protocol and format of messages, please read document
# "WeeChat Relay Protocol", available at: http://weechat.org/doc/
# "WeeChat Relay Protocol", available at: https://weechat.org/doc/
#
# History:
#