guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: polyml: Use HTTPS home page URI.


From: guix-commits
Subject: 03/03: gnu: polyml: Use HTTPS home page URI.
Date: Fri, 22 Nov 2019 16:57:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 116787d4adb89351ef7ad3f625c5138267f7740b
Author: Brett Gilio <address@hidden>
Date:   Fri Nov 22 15:25:38 2019 -0600

    gnu: polyml: Use HTTPS home page URI.
    
    * gnu/packages/sml.scm (polyml)[home-page]: Use HTTPS URI.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 gnu/packages/sml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sml.scm b/gnu/packages/sml.scm
index fd1ba4a..30ee58c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]