From: Aki Tuomi Date: Tue, 29 Nov 2016 08:57:49 +0000 (+0200) Subject: autogen: Use HTTPS for wiki X-Git-Tag: 2.3.0.rc1~2487 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be569425db01f78e54ead0d622c5a648c75500b5;p=thirdparty%2Fdovecot%2Fcore.git autogen: Use HTTPS for wiki --- diff --git a/autogen.sh b/autogen.sh index 930ec52616..878901855c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ done if test ! -f doc/wiki/Authentication.txt; then cd doc - wget http://www.dovecot.org/tmp/wiki2-export.tar.gz + wget https://www.dovecot.org/tmp/wiki2-export.tar.gz tar xzf wiki2-export.tar.gz if [ $? != 0 ]; then echo "Failed to uncompress wiki docs"