guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: r-mclust: Use HTTPS home page.


From: guix-commits
Subject: 09/13: gnu: r-mclust: Use HTTPS home page.
Date: Tue, 17 Mar 2020 21:16:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e661c96f84bf985a50d71d5c3dc5dc80566ff2fd
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:15:27 2020 +0100

    gnu: r-mclust: Use HTTPS home page.
    
    * gnu/packages/statistics.scm (r-mclust)[home-page]: Use HTTPS.
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 17fde68..3855e1c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4698,7 +4698,7 @@ models, generalized linear models and model-based 
clustering.")
     (build-system r-build-system)
     (native-inputs
      `(("gfortran" ,gfortran)))
-    (home-page "http://www.stat.washington.edu/mclust/";)
+    (home-page "https://www.stat.washington.edu/mclust/";)
     (synopsis "Gaussian mixture modelling for model-based clustering etc.")
     (description
      "This package provides Gaussian finite mixture models fitted via EM



reply via email to

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