mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: ecl-clx: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (ecl-clx)[home-page]: Use HTTPS.
This commit is contained in:
parent
1b4d40cf7b
commit
f0db77796b
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ (define-public sbcl-clx
|
|||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
`(("fiasco" ,sbcl-fiasco)))
|
||||
(home-page "http://www.cliki.net/portable-clx")
|
||||
(home-page "https://www.cliki.net/portable-clx")
|
||||
(synopsis "X11 client library for Common Lisp")
|
||||
(description "CLX is an X11 client library for Common Lisp. The code was
|
||||
originally taken from a CMUCL distribution, was modified somewhat in order to
|
||||
|
|
Loading…
Reference in a new issue