mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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
|
(sha256
|
||||||
(base32 "1lcq7r0q4jb8x6k023zr2ydj2dg925bqqbkhx1phpnyjrk897498"))))
|
(base32 "1lcq7r0q4jb8x6k023zr2ydj2dg925bqqbkhx1phpnyjrk897498"))))
|
||||||
(build-system r-build-system)
|
(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")
|
(synopsis "List, query, and manipulate system processes")
|
||||||
(description
|
(description
|
||||||
"The ps package implements an API to list, query, and manipulate system
|
"The ps package implements an API to list, query, and manipulate system
|
||||||
|
@ -8695,7 +8695,7 @@ (define-public r-fs
|
||||||
`(("r-rcpp" ,r-rcpp)))
|
`(("r-rcpp" ,r-rcpp)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("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")
|
(synopsis "Cross-platform file system operations based on libuv")
|
||||||
(description
|
(description
|
||||||
"This package provides a cross-platform interface to file system
|
"This package provides a cross-platform interface to file system
|
||||||
|
|
Loading…
Reference in a new issue