diff options
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 425c273e0d..60e381d30d 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -117,7 +117,7 @@ ("readline" ,readline) ("texinfo" ,texinfo) ("texlive" ,texlive))) - (home-page "http://www.gnu.org/software/gcl") + (home-page "https://www.gnu.org/software/gcl/") (synopsis "A Common Lisp implementation") (description "GCL is an implementation of the Common Lisp language. It features the ability to compile to native object code and to load native |