guix-commits
[Top][All Lists]
Advanced

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

17/18: gnu: smlnj: Use HTTPS home page.


From: guix-commits
Subject: 17/18: gnu: smlnj: Use HTTPS home page.
Date: Wed, 1 Jun 2022 17:29:19 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fe7856b6ed8f197fae0e989927783bd010bc482d
Author: Foo Chuan Wei <chuanwei.foo@hotmail.com>
AuthorDate: Fri May 20 04:09:56 2022 +0000

    gnu: smlnj: Use HTTPS home page.
    
    * gnu/packages/sml.scm (smlnj)[home-page]: Use HTTPS.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 04411c02c3..1895d8eeee 100644
--- a/gnu/packages/sml.scm
+++ b/gnu/packages/sml.scm
@@ -317,7 +317,7 @@ function interface, and a symbolic debugger.")
         ,(smlnj-file version
                      "asdl.tgz"
                      "0mad2df5pmkdsb69gflxma6m6i3gla6hdmjjnkzk76pagpr8zb0m"))))
-    (home-page "http://www.smlnj.org";)
+    (home-page "https://www.smlnj.org";)
     (synopsis "Standard ML of New Jersey interactive compiler")
     (description
       "SML/NJ is an implementation of the Standard ML programming language.



reply via email to

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