summaryrefslogtreecommitdiff
path: root/macro2m4.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-02-06 14:10:12 -0500
committerPeter Simons <simons@cryp.to>2017-02-08 18:18:20 +0100
commit3d94a4e4b9bb8eb78e2a68be53b990a165f83512 (patch)
tree473c42c47f15208ef277064d60b069a17648cef5 /macro2m4.py
parentce6aab4a7464624aff5d743536da2d91c22f5cbc (diff)
downloadautoconf-archive-3d94a4e4b9bb8eb78e2a68be53b990a165f83512.tar.gz
switch gnu.org sites to https
Diffstat (limited to 'macro2m4.py')
-rwxr-xr-xmacro2m4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro2m4.py b/macro2m4.py
index 8de7e3a..39e44da 100755
--- a/macro2m4.py
+++ b/macro2m4.py
@@ -60,7 +60,7 @@ for i in range(len(m.description)):
spaces = min(list(map(countSpaces, para)))
if spaces > 1:
m.description[i] = [' ' + l[spaces:] for l in para]
-url = "http://www.gnu.org/software/autoconf-archive/%s.html" % m.name
+url = "https://www.gnu.org/software/autoconf-archive/%s.html" % m.name
lineLen = max(len(url) + 2, 75)
m.url = "# %s\n# %s\n# %s" % ('=' * lineLen, (' ' * int((lineLen - len(url)) / 2)) + url, '=' * lineLen)
if m.__dict__.get("obsolete"):