mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
8717fb8d5f
commit
116787d4ad
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ (define flags
|
||||||
make-flags)
|
make-flags)
|
||||||
make-flags))
|
make-flags))
|
||||||
(apply system* "make" (append flags (list "compiler"))))))))
|
(apply system* "make" (append flags (list "compiler"))))))))
|
||||||
(home-page "http://www.polyml.org/")
|
(home-page "https://www.polyml.org/")
|
||||||
(synopsis "Standard ML implementation")
|
(synopsis "Standard ML implementation")
|
||||||
(description "Poly/ML is a Standard ML implementation. It is fully
|
(description "Poly/ML is a Standard ML implementation. It is fully
|
||||||
compatible with the ML97 standard. It includes a thread library, a foreign
|
compatible with the ML97 standard. It includes a thread library, a foreign
|
||||||
|
|
Loading…
Reference in a new issue