From a81534fed8ff34b67a2726d333d9725454663c82 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 18 Oct 2018 00:10:19 -0400 Subject: doc: convert more http:// links to https:// -- Signed-off-by: Daniel Kahn Gillmor --- lang/python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/setup.py.in') diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in index 65a4be05..f23015a2 100755 --- a/lang/python/setup.py.in +++ b/lang/python/setup.py.in @@ -216,7 +216,7 @@ class BuildExtFirstHack(build): self._generate_gpgme_h(gpgme_h, self._in_build_base("gpgme.h")) self._generate_errors_i() - # Copy due to http://bugs.python.org/issue2624 + # Copy due to https://bugs.python.org/issue2624 # Avoid creating in srcdir for source, target in ((in_srcdir(n), self._in_build_base(n)) for n in ('gpgme.i', 'helpers.c', 'private.h', -- cgit v1.2.3