aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/setup.py.in
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2018-10-18 04:10:19 +0000
committerDaniel Kahn Gillmor <[email protected]>2018-10-18 04:28:51 +0000
commita81534fed8ff34b67a2726d333d9725454663c82 (patch)
tree37a26dab846072504a8b67becf9a9486574bbc26 /lang/python/setup.py.in
parentdoc: use https:// for www.gnu.org (diff)
downloadgpgme-a81534fed8ff34b67a2726d333d9725454663c82.tar.gz
gpgme-a81534fed8ff34b67a2726d333d9725454663c82.zip
doc: convert more http:// links to https://
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/python/setup.py.in')
-rwxr-xr-xlang/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
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',