guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: Use HTTPS for www.rforge.net home pages.


From: guix-commits
Subject: 04/12: gnu: Use HTTPS for www.rforge.net home pages.
Date: Tue, 17 Mar 2020 18:10:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

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

    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
---
 gnu/packages/cran.scm       | 10 +++++-----
 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 406ccc6..a34f916 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 6616780..1270b64 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



reply via email to

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