Archived
1
0
Fork 0

gnu: r-rcurl: Fix home page URI.

* gnu/packages/statistics.scm (r-rcurl)[home-page]: Fix URI.
This commit is contained in:
Nicolas Goaziou 2021-03-06 16:13:28 +01:00
parent a9a9c632af
commit df45894df3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2899,7 +2899,7 @@ if (certs != \"\") { .opts = merge.list(.opts, list(cainfo=certs)) }
`(("libcurl" ,curl))) `(("libcurl" ,curl)))
(propagated-inputs (propagated-inputs
`(("r-bitops" ,r-bitops))) `(("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") (synopsis "General network client interface for R")
(description (description
"The package allows one to compose general HTTP requests and provides "The package allows one to compose general HTTP requests and provides