gnu: r-xml: Fix home-page URI.

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

View File

@ -2930,7 +2930,7 @@ ldap, and also supports cookies, redirects, authentication, etc.")
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("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") (synopsis "Tools for parsing and generating XML within R")
(description (description
"Many approaches for both reading and creating XML (and HTML) "Many approaches for both reading and creating XML (and HTML)