aboutsummaryrefslogtreecommitdiff
path: root/pycparser/ast_transforms.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycparser/ast_transforms.py')
-rw-r--r--pycparser/ast_transforms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycparser/ast_transforms.py b/pycparser/ast_transforms.py
index 623821d..ba50966 100644
--- a/pycparser/ast_transforms.py
+++ b/pycparser/ast_transforms.py
@@ -3,7 +3,7 @@
#
# Some utilities used by the parser to create a friendlier AST.
#
-# Eli Bendersky [http://eli.thegreenplace.net]
+# Eli Bendersky [https://eli.thegreenplace.net/]
# License: BSD
#------------------------------------------------------------------------------