aboutsummaryrefslogtreecommitdiff
path: root/pycparser/c_ast.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycparser/c_ast.py')
-rw-r--r--pycparser/c_ast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycparser/c_ast.py b/pycparser/c_ast.py
index 219f07b..66fadd9 100644
--- a/pycparser/c_ast.py
+++ b/pycparser/c_ast.py
@@ -11,7 +11,7 @@
#
# AST Node classes.
#
-# Eli Bendersky [http://eli.thegreenplace.net]
+# Eli Bendersky [https://eli.thegreenplace.net/]
# License: BSD
#-----------------------------------------------------------------