guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: r-rcurl: Fix home page URI.


From: guix-commits
Subject: branch master updated: gnu: r-rcurl: Fix home page URI.
Date: Sat, 06 Mar 2021 10:14:09 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new df45894  gnu: r-rcurl: Fix home page URI.
df45894 is described below

commit df45894df3df575ecee7ea93d467acb3e242f876
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Mar 6 16:13:28 2021 +0100

    gnu: r-rcurl: Fix home page URI.
    
    * gnu/packages/statistics.scm (r-rcurl)[home-page]: Fix URI.
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index daea57e..ac8b4e9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]