diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:11:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 23:09:23 +0100 |
commit | ac5bd7f0f07ca1ff57db00d4cf54fa3cbf42b2e8 (patch) | |
tree | a3c50ec8ba8c86ae0074e05a5dac9bd525a3edd2 /gnu | |
parent | 38e1b9efc8f18e3b2f6c28fc69e636357dc712db (diff) | |
download | patches-ac5bd7f0f07ca1ff57db00d4cf54fa3cbf42b2e8.tar patches-ac5bd7f0f07ca1ff57db00d4cf54fa3cbf42b2e8.tar.gz |
gnu: Use HTTPS for www.rforge.net home pages.
* gnu/packages/cran.scm (r-rjava, r-tiff, r-uuid, r-fastmatch, r-jpeg)
[home-page]: Use HTTPS.
* gnu/packages/statistics.scm (r-base64enc)[home-page]: Likewise
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 10 | ||||
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 406ccc644b..a34f91642e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1351,7 +1351,7 @@ applications. That is, compute distances and related measures for angular "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x")))) (build-system r-build-system) (inputs `(("libjpeg" ,libjpeg))) - (home-page "http://www.rforge.net/jpeg/") + (home-page "https://www.rforge.net/jpeg/") (synopsis "Read and write JPEG images with R") (description "This package provides a way to read, write and display bitmap images stored in the JPEG format with R. It can read and write both @@ -1979,7 +1979,7 @@ use in R. It also provides a simple way for variable interpolation in R.") (base32 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90")))) (build-system r-build-system) - (home-page "http://www.rforge.net/fastmatch") + (home-page "https://www.rforge.net/fastmatch") (synopsis "Fast match function") (description "This package provides a fast @code{match} replacement for cases that @@ -4141,7 +4141,7 @@ terminals.") (base32 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q")))) (build-system r-build-system) - (home-page "http://www.rforge.net/uuid") + (home-page "https://www.rforge.net/uuid") (synopsis "Tools for generating and handling of UUIDs") (description "This package provides tools for generating and handling of @@ -9698,7 +9698,7 @@ redundant complex conjugate when the input is real data.") `(("libtiff" ,libtiff) ("libjpeg" ,libjpeg) ("zlib" ,zlib))) - (home-page "http://www.rforge.net/tiff/") + (home-page "https://www.rforge.net/tiff/") (synopsis "Read and write TIFF images") (description "This package provides an easy and simple way to read, write and display @@ -13848,7 +13848,7 @@ the corresponding outputs (tables and graphs).") ("jdk" ,icedtea-8 "jdk") ("pcre" ,pcre) ("zlib" ,zlib))) - (home-page "http://www.rforge.net/rJava/") + (home-page "https://www.rforge.net/rJava/") (synopsis "Low-Level R to Java interface") (description "This package provides a low-level interface to the Java VM very much diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 6616780081..1270b644d5 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3179,7 +3179,7 @@ Shiny). The @code{DataTables} library has been included in this R package.") (base32 "13b89fhg1nx7zds82a0biz847ixphg9byf5zl2cw9kab6s56v1bd")))) (build-system r-build-system) - (home-page "http://www.rforge.net/base64enc") + (home-page "https://www.rforge.net/base64enc") (synopsis "Tools for Base64 encoding") (description "This package provides tools for handling Base64 encoding. It is more |