summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2026-08-19 08:32:05 +0100
committerDaniel Cerqueira <dan.git@lispclub.com>2026-08-19 08:54:08 +0100
commitcea8240be8f2d3fd4a8993981f44185ba223a977 (patch)
tree8bd03d7397a2d89c6b6266899257da943f68405a
parent5b31d540e23cc9f7a6c9941f8615ab631b4d6477 (diff)
minor update in header comments
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--lali.c2
-rw-r--r--liblali.c2
-rw-r--r--liblali.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 68d5d71..d102a2c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# Version: 0.0
# Keywords: lali, lisp, implementation, interpreter, lisp1.5,
# computer programming language
-# Homepage: https://gitlab.com/alexandre1985/lali
+# Homepage: https://gitlab.com/alexandre1985/lali/
# SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense
#
# Copyright (C) 2025, 2026 Daniel Cerqueira
diff --git a/README.md b/README.md
index decd7b5..63bd75a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Maintainer: Daniel Cerqueira (dan.git@lispclub.com)
Version: 0.0
Keywords: lali, lisp, implementation, interpreter, lisp1.5,
computer programming language
-Homepage: https://gitlab.com/alexandre1985/lali
+Homepage: https://gitlab.com/alexandre1985/lali/
SPDX-License-Identifier: GFDL-1.3-or-later
Copyright (C) 2025, 2026 Daniel Cerqueira
diff --git a/lali.c b/lali.c
index bf8f0b4..73fc601 100644
--- a/lali.c
+++ b/lali.c
@@ -6,7 +6,7 @@
* Version: 0.0
* Keywords: lali, lisp, implementation, interpreter, lisp1.5,
* computer programming language
- * Homepage: https://gitlab.com/alexandre1985/lali
+ * Homepage: https://gitlab.com/alexandre1985/lali/
* SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense
*
* Copyright (C) 2025, 2026 Daniel Cerqueira
diff --git a/liblali.c b/liblali.c
index 2b44150..c8bc178 100644
--- a/liblali.c
+++ b/liblali.c
@@ -6,7 +6,7 @@
* Version: 0.0
* Keywords: lali, lisp, implementation, interpreter, lisp1.5,
* computer programming language
- * Homepage: https://gitlab.com/alexandre1985/lali
+ * Homepage: https://gitlab.com/alexandre1985/lali/
* SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense
*
* Copyright (C) 2025, 2026 Daniel Cerqueira
diff --git a/liblali.h b/liblali.h
index e28c4c3..aad143e 100644
--- a/liblali.h
+++ b/liblali.h
@@ -6,7 +6,7 @@
* Version: 0.0
* Keywords: lali, lisp, implementation, interpreter, lisp1.5,
* computer programming language
- * Homepage: https://gitlab.com/alexandre1985/lali
+ * Homepage: https://gitlab.com/alexandre1985/lali/
* SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense
*
* Copyright (C) 2025, 2026 Daniel Cerqueira