guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 07/15: gnu: sbcl-trivial-gray-streams: Use HTTPS home page.
Date: Sun, 16 Feb 2020 23:29:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0eecc9eba84478ebf31113f4dc975ddbcddbf7fd
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:59:12 2020 +0100

    gnu: sbcl-trivial-gray-streams: Use HTTPS home page.
    
    * gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams)[home-page]: Use 
HTTPS.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5b990d2..7496dc5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]