guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: sicp: Use HTTPS for home page.


From: Tobias Geerinckx-Rice
Subject: 01/07: gnu: sicp: Use HTTPS for home page.
Date: Mon, 25 Dec 2017 20:36:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0e0015f26c5c796814bde4a01151bb632807c888
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 25 01:05:47 2017 +0000

    gnu: sicp: Use HTTPS for home page.
    
    * gnu/packages/scheme.scm (sicp)[home-page]: Use HTTPS.
---
 gnu/packages/scheme.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 0503db8..33f5a94 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -802,7 +802,7 @@ engineering.")
                   (every zero?
                          (map (cut system* "gzip" "-9n" <>)
                               (find-files info-dir))))))))
-      (home-page "http://sarabander.github.io/sicp";)
+      (home-page "https://sarabander.github.io/sicp";)
       (synopsis "Structure and Interpretation of Computer Programs")
       (description "Structure and Interpretation of Computer Programs (SICP) is
 a textbook aiming to teach the principles of computer programming.



reply via email to

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