guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: r-xml: Fix home-page URI.
Date: Sat, 06 Mar 2021 10:12:59 -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 a9a9c63  gnu: r-xml: Fix home-page URI.
a9a9c63 is described below

commit a9a9c632afec38d7ea8921cf60d3598b88b21f2b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Mar 6 16:12:15 2021 +0100

    gnu: r-xml: Fix home-page URI.
    
    * gnu/packages/statistics.scm (r-xml)[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 c5cb7c0..daea57e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2930,7 +2930,7 @@ ldap, and also supports cookies, redirects, 
authentication, etc.")
        ("zlib" ,zlib)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://www.omegahat.org/RSXML";)
+    (home-page "http://www.omegahat.net/RSXML";)
     (synopsis "Tools for parsing and generating XML within R")
     (description
      "Many approaches for both reading and creating XML (and HTML)



reply via email to

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