gnu: smlnj: Use HTTPS home page.

* gnu/packages/sml.scm (smlnj)[home-page]: Use HTTPS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Foo Chuan Wei 2022-05-20 04:09:56 +00:00 committed by Ludovic Courtès
parent a0adb5f403
commit fe7856b6ed
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -317,7 +317,7 @@ (define-public smlnj
,(smlnj-file version
"asdl.tgz"
"0mad2df5pmkdsb69gflxma6m6i3gla6hdmjjnkzk76pagpr8zb0m"))))
(home-page "http://www.smlnj.org")
(home-page "https://www.smlnj.org")
(synopsis "Standard ML of New Jersey interactive compiler")
(description
"SML/NJ is an implementation of the Standard ML programming language.