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.