From cea8240be8f2d3fd4a8993981f44185ba223a977 Mon Sep 17 00:00:00 2001 From: Daniel Cerqueira Date: Wed, 19 Aug 2026 08:32:05 +0100 Subject: minor update in header comments --- Makefile | 2 +- README.md | 2 +- lali.c | 2 +- liblali.c | 2 +- liblali.h | 2 +- 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 -- cgit