diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:16:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 22:46:39 +0100 |
commit | eef6623e4c694f4c2c71c91cb10a0bb575796cad (patch) | |
tree | c6b29230651de9994de5424e0c4dd68a9b3eec9e /gnu | |
parent | 177e3dfe8806f70ade828a9462f969108e97f40d (diff) |
gnu: r-sdmtools: Use HTTPS home page.
* gnu/packages/cran.scm (r-sdmtools)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 21a1eebb11..4e830fee11 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 |