1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 20:40:40 +02:00

gnu: ecl-clx: Use HTTPS home page.

* gnu/packages/lisp-xyz.scm (ecl-clx)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:13:14 +01:00
commit f0db77796b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -603,7 +603,7 @@ files.")
(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