gnu: Use HTTPS for all r-lib.org subdomains.
* gnu/packages/cran.scm (r-ps, r-fs)[home-page]: Use HTTPS.
This commit is contained in:
parent
f460f8da68
commit
523745064f
1 changed files with 2 additions and 2 deletions
|
@ -1623,7 +1623,7 @@ (define-public r-ps
|
|||
(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 @@ (define-public r-fs
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue