diff autogen.sh @ 21247:5af715500928

autogen: Use HTTPS for wiki
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Tue, 29 Nov 2016 10:57:49 +0200
parents b0707e5a89cd
children
line wrap: on
line diff
--- a/autogen.sh	Mon Nov 28 15:20:01 2016 +0200
+++ b/autogen.sh	Tue Nov 29 10:57:49 2016 +0200
@@ -19,7 +19,7 @@
 
 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"