diff options
author | Mark Doliner <mark@kingant.net> | 2013-06-02 23:59:55 -0700 |
---|---|---|
committer | Mark Doliner <mark@kingant.net> | 2013-06-02 23:59:55 -0700 |
commit | d37211d1e133eaa938c5ae66d5a60e798c404a63 (patch) | |
tree | 309df99b50a70b7c49ef53b55982ecac79c7c9b2 /m4macros | |
parent | 7d0860c2bb707c29569667d59fa3b9403c690640 (diff) | |
download | pidgin-d37211d1e133eaa938c5ae66d5a60e798c404a63.tar.gz |
Use https URLs for pidgin.im and developer.pidgin.im.
This should slightly reduce the opportunity for a malicious
person to perform a MITM attack.
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/purple.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/purple.m4 b/m4macros/purple.m4 index c3002a7ca2..543bbfa89d 100644 --- a/m4macros/purple.m4 +++ b/m4macros/purple.m4 @@ -84,7 +84,7 @@ AC_DEFUN([AM_PATH_PURPLE], if test x"found_version" != x"" ; then echo "*** A new enough version of purple was not found." echo "*** You have version $found_version" - echo "*** See http://pidgin.im/" + echo "*** See https://pidgin.im/" fi PURPLE_CFLAGS="" |