gnu: sicp: Use HTTPS for home page.

* gnu/packages/scheme.scm (sicp)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-25 01:05:47 +00:00
parent 6e9749ef8f
commit 0e0015f26c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -802,7 +802,7 @@ (define-public sicp
(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.