1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

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

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