From b2df3aece62bfaa9bbbb390fe48fbf70943bb05c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 17 Aug 2020 10:08:42 +0300 Subject: [PATCH] gnu: python-rpy2: Update home-page. * gnu/packages/statistics.scm (python-rpy2)[home-page]: Update to new home-page. --- 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 6b867006cf..8d24b1cd52 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -5743,7 +5743,7 @@ (define-public python-rpy2 (native-inputs `(("zlib" ,zlib) ("python-pytest" ,python-pytest))) - (home-page "https://rpy2.bitbucket.io/") + (home-page "https://rpy2.github.io") (synopsis "Python interface to the R language") (description "rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R from Python, a proposed high-level interface,