~ruther/guix-local

0e0015f26c5c796814bde4a01151bb632807c888 — Tobias Geerinckx-Rice 8 years ago 6e9749e
gnu: sicp: Use HTTPS for home page.

* gnu/packages/scheme.scm (sicp)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/scheme.scm
M gnu/packages/scheme.scm => gnu/packages/scheme.scm +1 -1
@@ 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.