summaryrefslogtreecommitdiff
path: root/gnu/packages/sml.scm
diff options
context:
space:
mode:
authorBrett Gilio <brettg@posteo.net>2019-11-22 15:25:38 -0600
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-22 22:53:39 +0100
commit116787d4adb89351ef7ad3f625c5138267f7740b (patch)
tree7d2ca773ee6ec1e6af306aa44efdf4b4a5aa26ce /gnu/packages/sml.scm
parent8717fb8d5f30915999869e80782ae0fcf1c6698d (diff)
downloadguix-patches-116787d4adb89351ef7ad3f625c5138267f7740b.tar
guix-patches-116787d4adb89351ef7ad3f625c5138267f7740b.tar.gz
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>
Diffstat (limited to 'gnu/packages/sml.scm')
-rw-r--r--gnu/packages/sml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sml.scm b/gnu/packages/sml.scm
index fd1ba4a539..30ee58c498 100644
--- a/gnu/packages/sml.scm
+++ b/gnu/packages/sml.scm
@@ -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