gnu: sbcl-trivial-gray-streams: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 18 Jan 2020 18:59:12 +0000 (19:59 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 17 Feb 2020 02:21:45 +0000 (03:21 +0100)
* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams)[home-page]: Use HTTPS.

gnu/packages/lisp-xyz.scm

index 5b990d2..7496dc5 100644 (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