Archived
1
0
Fork 0

gnu: sbcl-trivial-gray-streams: Use HTTPS home page.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 19:59:12 +01:00
parent 78f8780e9f
commit 0eecc9eba8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -218,7 +218,7 @@ support.")
ANSI CL by David N. Gray. The proposal did not make it into ANSI CL, but most
popular CL implementations implement it. This package provides an extremely
thin compatibility layer for gray streams.")
(home-page "http://www.cliki.net/trivial-gray-streams")
(home-page "https://www.cliki.net/trivial-gray-streams")
(license license:x11))))
(define-public cl-trivial-gray-streams