me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
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