guix-commits
[Top][All Lists]
Advanced

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

24/27: gnu: r-sdmtools: Use HTTPS home page.


From: guix-commits
Subject: 24/27: gnu: r-sdmtools: Use HTTPS home page.
Date: Sun, 16 Feb 2020 16:59:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit eef6623e4c694f4c2c71c91cb10a0bb575796cad
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:16:14 2020 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 21a1eeb..4e830fe 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3717,7 +3717,7 @@ normalizations, minimum variance matching, and so on.")
     (properties `((upstream-name . "SDMTools")))
     (build-system r-build-system)
     (propagated-inputs `(("r-r-utils" ,r-r-utils)))
-    (home-page "http://www.rforge.net/SDMTools/";)
+    (home-page "https://www.rforge.net/SDMTools/";)
     (synopsis "Species distribution modelling tools")
     (description "This package provides a set of tools for post processing
 the outcomes of species distribution modeling exercises.  It includes novel



reply via email to

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