From: Nicolas Goaziou Date: Sat, 6 Mar 2021 15:13:28 +0000 (+0100) Subject: gnu: r-rcurl: Fix home page URI. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/df45894df3df575ecee7ea93d467acb3e242f876 gnu: r-rcurl: Fix home page URI. * gnu/packages/statistics.scm (r-rcurl)[home-page]: Fix URI. --- diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index daea57e290..ac8b4e959e 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2899,7 +2899,7 @@ if (certs != \"\") { .opts = merge.list(.opts, list(cainfo=certs)) } `(("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