mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: sicp: Use HTTPS for home page.
* gnu/packages/scheme.scm (sicp)[home-page]: Use HTTPS.
This commit is contained in:
parent
6e9749ef8f
commit
0e0015f26c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue