guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: sbcl-cl-store: Use HTTPS home page URI.


From: guix-commits
Subject: 02/02: gnu: sbcl-cl-store: Use HTTPS home page URI.
Date: Sat, 21 Dec 2019 20:01:38 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 630a4b77d6c6eaa32889408331c1b79b273b24b6
Author: Brett Gilio <address@hidden>
Date:   Sat Dec 21 19:01:23 2019 -0600

    gnu: sbcl-cl-store: Use HTTPS home page URI.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-store)[home-page]: Use HTTPS URI.
---
 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 e96023c..b895487 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6673,7 +6673,7 @@ threads.")
       (description
        "CL-STORE is a portable serialization package which should give you the
 ability to store all Common Lisp data types into streams.")
-      (home-page "http://www.common-lisp.net/project/cl-store/";)
+      (home-page "https://www.common-lisp.net/project/cl-store/";)
       (license license:expat))))
 
 (define-public cl-store



reply via email to

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