guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit fff297cdb558ff32b34daf2683a2aae4f14a6cd4
Author: Jonas Freimuth <[email protected]>
AuthorDate: Tue Nov 4 07:03:55 2025 +0000

    gnu: r-import: Update home-page
    
    * gnu/packages/cran.scm (r-import)[home-page]: rticulate.org is
      no longer under the control of the package author. The official
      home page is now hosted at github.io. See
      <https://github.com/rticulate/import/issues/102#issuecomment-3376610296>
      for mor information.
    
    Change-Id: I1513fcfea1ba8ad14813ad8929d06d3fc1fa36b0
    Signed-off-by: Simon Tournier <[email protected]>
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 742d7f3628..7ed1cc3b80 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22119,7 +22119,7 @@ posterior predictive checking, and quantifying 
uncertainty.")
     (build-system r-build-system)
     (native-inputs
      (list r-knitr r-rmarkdown r-testthat))
-    (home-page "https://github.com/smbache/import";)
+    (home-page "https://rticulate.github.io/import/";)
     (synopsis "Import mechanism for R")
     (description
      "This is an alternative mechanism for importing objects from packages.

Reply via email to