Archived
1
0
Fork 0

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
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 23:11:23 +01:00
parent 38e1b9efc8
commit ac5bd7f0f0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
2 changed files with 6 additions and 6 deletions

View file

@ -1351,7 +1351,7 @@ applications. That is, compute distances and related measures for angular
"1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x")))) "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("libjpeg" ,libjpeg))) (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") (synopsis "Read and write JPEG images with R")
(description "This package provides a way to read, write and display (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 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 (base32
"0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90")))) "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "http://www.rforge.net/fastmatch") (home-page "https://www.rforge.net/fastmatch")
(synopsis "Fast match function") (synopsis "Fast match function")
(description (description
"This package provides a fast @code{match} replacement for cases that "This package provides a fast @code{match} replacement for cases that
@ -4141,7 +4141,7 @@ terminals.")
(base32 (base32
"0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q")))) "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
(build-system r-build-system) (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") (synopsis "Tools for generating and handling of UUIDs")
(description (description
"This package provides tools for generating and handling of "This package provides tools for generating and handling of
@ -9698,7 +9698,7 @@ redundant complex conjugate when the input is real data.")
`(("libtiff" ,libtiff) `(("libtiff" ,libtiff)
("libjpeg" ,libjpeg) ("libjpeg" ,libjpeg)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://www.rforge.net/tiff/") (home-page "https://www.rforge.net/tiff/")
(synopsis "Read and write TIFF images") (synopsis "Read and write TIFF images")
(description (description
"This package provides an easy and simple way to read, write and display "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") ("jdk" ,icedtea-8 "jdk")
("pcre" ,pcre) ("pcre" ,pcre)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://www.rforge.net/rJava/") (home-page "https://www.rforge.net/rJava/")
(synopsis "Low-Level R to Java interface") (synopsis "Low-Level R to Java interface")
(description (description
"This package provides a low-level interface to the Java VM very much "This package provides a low-level interface to the Java VM very much

View file

@ -3179,7 +3179,7 @@ Shiny). The @code{DataTables} library has been included in this R package.")
(base32 (base32
"13b89fhg1nx7zds82a0biz847ixphg9byf5zl2cw9kab6s56v1bd")))) "13b89fhg1nx7zds82a0biz847ixphg9byf5zl2cw9kab6s56v1bd"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "http://www.rforge.net/base64enc") (home-page "https://www.rforge.net/base64enc")
(synopsis "Tools for Base64 encoding") (synopsis "Tools for Base64 encoding")
(description (description
"This package provides tools for handling Base64 encoding. It is more "This package provides tools for handling Base64 encoding. It is more