summaryrefslogtreecommitdiff
path: root/pygnulib/GLImport.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
commit03eac9d394567d707a74826dfc9c305555946597 (patch)
treedf5743f58e2f39dd8ad3b30da118b3afad285c9e /pygnulib/GLImport.py
parentb7773f3f796588544f36b45be274f42b36b42149 (diff)
downloadgnulib-03eac9d394567d707a74826dfc9c305555946597.tar.gz
all: Replace many more http URLs by https URLs. Update stale URLs.
* users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
Diffstat (limited to 'pygnulib/GLImport.py')
-rw-r--r--pygnulib/GLImport.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py
index 4352a7ec55..b5307e4053 100644
--- a/pygnulib/GLImport.py
+++ b/pygnulib/GLImport.py
@@ -642,7 +642,7 @@ AC_DEFUN([%s_INIT],
# Define a tests witness macro that depends on the package.
# PACKAGE is defined by AM_INIT_AUTOMAKE, PACKAGE_TARNAME is defined by
# AC_INIT.
- # See <http://lists.gnu.org/archive/html/automake/2009-05/msg00145.html>.
+ # See <https://lists.gnu.org/archive/html/automake/2009-05/msg00145.html>.
emit += 'changequote(,)dnl\n'
emit += ' %stests_WITNESS=' % macro_prefix
emit += 'IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr \
@@ -1199,7 +1199,7 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix
os.remove(tmpfile)
# Fetch PO files.
- TP_URL = 'http://translationproject.org/latest/'
+ TP_URL = 'https://translationproject.org/latest/'
TP_RSYNC_URI = 'translationproject.org::tp/latest/'
if not self.config['dryrun']:
print('Fetching gnulib PO files from %s' % TP_URL)