summaryrefslogtreecommitdiff
path: root/pygnulib/GLEmiter.py
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-13 00:48:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-13 00:48:57 -0700
commitca35d468121a7ec60162155f9c3395068ca323d1 (patch)
tree21dda8c53d99e346571693406a75bdb24e67b7d1 /pygnulib/GLEmiter.py
parent9dd86e23c6c1ab02723efdeb6704920724d6abfc (diff)
downloadgnulib-ca35d468121a7ec60162155f9c3395068ca323d1.tar.gz
all: prefer https: URLs
Diffstat (limited to 'pygnulib/GLEmiter.py')
-rw-r--r--pygnulib/GLEmiter.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pygnulib/GLEmiter.py b/pygnulib/GLEmiter.py
index 5446504c4f..a350ba7531 100644
--- a/pygnulib/GLEmiter.py
+++ b/pygnulib/GLEmiter.py
@@ -91,7 +91,7 @@ class GLEmiter(object):
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file. If not, see <http://www.gnu.org/licenses/>.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
#
# As a special exception to the GNU General Public License,
# this file may be distributed as part of a program that
@@ -769,8 +769,8 @@ AC_DEFUN([%V1%_LIBSOURCES], [
# Automake versions < 1.11.4 create an empty pkgdatadir at
# installation time if you specify pkgdata_DATA to empty.
# See automake bugs #10997 and #11030:
- # * http://debbugs.gnu.org/10997
- # * http://debbugs.gnu.org/11030
+ # * https://debbugs.gnu.org/10997
+ # * https://debbugs.gnu.org/11030
# So we need this workaround.
pattern = compiler('^pkgdata_DATA *\\+=', re.S | re.M)
if pattern.findall(allsnippets):
@@ -1074,8 +1074,8 @@ AC_DEFUN([%V1%_LIBSOURCES], [
# Automake versions < 1.11.4 create an empty pkgdatadir at
# installation time if you specify pkgdata_DATA to empty.
# See automake bugs #10997 and #11030:
- # * http://debbugs.gnu.org/10997
- # * http://debbugs.gnu.org/11030
+ # * https://debbugs.gnu.org/10997
+ # * https://debbugs.gnu.org/11030
# So we need this workaround.
pattern = compiler('^pkgdata_DATA *\\+=', re.S | re.M)
if bool(pattern.findall(main_snippets)) or \