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:
+1
-1
@@ -11,7 +11,7 @@
|
||||
* ## ##
|
||||
* ## By Sébastien Helleu <flashcode@flashtux.org> ##
|
||||
* ## ##
|
||||
* ## http://weechat.org/ ##
|
||||
* ## https://weechat.org/ ##
|
||||
* ## ##
|
||||
* ##########################################################################
|
||||
*
|
||||
|
||||
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user