diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:52:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 06:09:01 +0100 |
commit | 523745064f948dcbc17205abd6029aade9db5157 (patch) | |
tree | 94a4353d41279240dc05ee588c7f5e06e0156af9 /gnu/packages | |
parent | f460f8da68f915dee5aa3ce97e05ba38c92f3106 (diff) |
gnu: Use HTTPS for all r-lib.org subdomains.
* gnu/packages/cran.scm (r-ps, r-fs)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 34d187a02a..62a388c534 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 |