guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: Use HTTPS for all r-lib.org subdomains.


From: guix-commits
Subject: 04/12: gnu: Use HTTPS for all r-lib.org subdomains.
Date: Sun, 19 Jan 2020 00:09:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 523745064f948dcbc17205abd6029aade9db5157
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:52:45 2020 +0100

    gnu: Use HTTPS for all r-lib.org subdomains.
    
    * gnu/packages/cran.scm (r-ps, r-fs)[home-page]: Use HTTPS.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 34d187a..62a388c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1623,7 +1623,7 @@ print, summary, plot, update, etc.
        (sha256
         (base32 "1lcq7r0q4jb8x6k023zr2ydj2dg925bqqbkhx1phpnyjrk897498"))))
     (build-system r-build-system)
-    (home-page "http://ps.r-lib.org";)
+    (home-page "https://ps.r-lib.org";)
     (synopsis "List, query, and manipulate system processes")
     (description
      "The ps package implements an API to list, query, and manipulate system
@@ -8695,7 +8695,7 @@ back to file after modifications.")
      `(("r-rcpp" ,r-rcpp)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://fs.r-lib.org";)
+    (home-page "https://fs.r-lib.org";)
     (synopsis "Cross-platform file system operations based on libuv")
     (description
      "This package provides a cross-platform interface to file system



reply via email to

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