diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-08-17 10:08:42 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-08-17 11:07:23 +0300 |
commit | b2df3aece62bfaa9bbbb390fe48fbf70943bb05c (patch) | |
tree | 8e7f20b7e7e86a7c7843047a73438313d49c15dd /gnu/packages | |
parent | f869ad42e4f4228ec067dfc2ab312367de35e0ae (diff) |
gnu: python-rpy2: Update home-page.
* gnu/packages/statistics.scm (python-rpy2)[home-page]: Update to new
home-page.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ to any arbitrary string. In this case, it is up to you to set valid values.") (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, |