1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

core: use https for WeeChat URLs

This commit is contained in:
Sébastien Helleu
2014-12-13 09:16:09 +01:00
parent 7818e08964
commit 0cd2aff765
91 changed files with 313 additions and 313 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
* ## ##
* ## By Sébastien Helleu <flashcode@flashtux.org> ##
* ## ##
* ## http://weechat.org/ ##
* ## https://weechat.org/ ##
* ## ##
* ##########################################################################
*
+2 -2
View File
@@ -52,8 +52,8 @@
#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2014"
#define WEECHAT_WEBSITE "http://weechat.org/"
#define WEECHAT_WEBSITE_DOWNLOAD "http://weechat.org/download"
#define WEECHAT_WEBSITE "https://weechat.org/"
#define WEECHAT_WEBSITE_DOWNLOAD "https://weechat.org/download"
/* log file */
#define WEECHAT_LOG_NAME "weechat.log"