mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-rcurl: Fix home page URI.
* gnu/packages/statistics.scm (r-rcurl)[home-page]: Fix URI.
This commit is contained in:
parent
a9a9c632af
commit
df45894df3
1 changed files with 1 additions and 1 deletions
|
@ -2899,7 +2899,7 @@ (define-public r-rcurl
|
|||
`(("libcurl" ,curl)))
|
||||
(propagated-inputs
|
||||
`(("r-bitops" ,r-bitops)))
|
||||
(home-page "http://www.omegahat.org/RCurl")
|
||||
(home-page "http://www.omegahat.net/RCurl")
|
||||
(synopsis "General network client interface for R")
|
||||
(description
|
||||
"The package allows one to compose general HTTP requests and provides
|
||||
|
|
Loading…
Reference in a new issue