gnu: polyml: Use HTTPS home page URI.

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

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Brett Gilio 2019-11-22 15:25:38 -06:00 committed by Tobias Geerinckx-Rice
parent 8717fb8d5f
commit 116787d4ad
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -66,7 +66,7 @@ (define flags
make-flags)
make-flags))
(apply system* "make" (append flags (list "compiler"))))))))
(home-page "http://www.polyml.org/")
(home-page "https://www.polyml.org/")
(synopsis "Standard ML implementation")
(description "Poly/ML is a Standard ML implementation. It is fully
compatible with the ML97 standard. It includes a thread library, a foreign