Use https for WeeChat URLs
This commit is contained in:
parent
0bd929dc06
commit
9036a59a3e
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
QWeeChat is a Qt remote GUI for WeeChat written in Python.
|
QWeeChat is a Qt remote GUI for WeeChat written in Python.
|
||||||
|
|
||||||
Homepage: http://weechat.org/
|
Homepage: https://weechat.org/
|
||||||
|
|
||||||
image:https://travis-ci.org/weechat/qweechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/qweechat"]
|
image:https://travis-ci.org/weechat/qweechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/qweechat"]
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ from version import qweechat_version
|
|||||||
NAME = 'QWeeChat'
|
NAME = 'QWeeChat'
|
||||||
AUTHOR = 'Sébastien Helleu'
|
AUTHOR = 'Sébastien Helleu'
|
||||||
AUTHOR_MAIL = 'flashcode@flashtux.org'
|
AUTHOR_MAIL = 'flashcode@flashtux.org'
|
||||||
WEECHAT_SITE = 'http://weechat.org/'
|
WEECHAT_SITE = 'https://weechat.org/'
|
||||||
|
|
||||||
# number of lines in buffer for debug window
|
# number of lines in buffer for debug window
|
||||||
DEBUG_NUM_LINES = 50
|
DEBUG_NUM_LINES = 50
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# For info about protocol and format of messages, please read document
|
# 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:
|
# History:
|
||||||
#
|
#
|
||||||
|
2
setup.py
2
setup.py
@ -30,7 +30,7 @@ setup(
|
|||||||
long_description=DESCRIPTION,
|
long_description=DESCRIPTION,
|
||||||
author='Sébastien Helleu',
|
author='Sébastien Helleu',
|
||||||
author_email='flashcode@flashtux.org',
|
author_email='flashcode@flashtux.org',
|
||||||
url='http://weechat.org/',
|
url='https://weechat.org/',
|
||||||
license='GPL3',
|
license='GPL3',
|
||||||
keywords='weechat qt gui',
|
keywords='weechat qt gui',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user