summaryrefslogtreecommitdiff
path: root/pygnulib/GLInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygnulib/GLInfo.py')
-rw-r--r--pygnulib/GLInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/GLInfo.py b/pygnulib/GLInfo.py
index f992ba687f..7347745d29 100644
--- a/pygnulib/GLInfo.py
+++ b/pygnulib/GLInfo.py
@@ -78,7 +78,7 @@ class GLInfo(object):
def license(self):
'''Return formatted string which contains license and its description.'''
result = 'License GPLv3+: GNU GPL version 3 or later'
- result += ' <http://gnu.org/licenses/gpl.html>\n'
+ result += ' <https://gnu.org/licenses/gpl.html>\n'
result += 'This is free software: you are free'
result += ' to change and redistribute it.\n'
result += 'There is NO WARRANTY, to the extent permitted by law.'