diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-21 03:15:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-21 07:17:05 +0200 |
commit | db09a450d2b978cd721d3740f81a46ee634da69d (patch) | |
tree | 4b518a150e896a729a3be76cf473b29022790d51 /gnu/packages/python.scm | |
parent | 93f9e0d9e9263f348b61138cdfbfd1f0d8ae7f23 (diff) | |
download | guix-db09a450d2b978cd721d3740f81a46ee634da69d.tar.gz guix-db09a450d2b978cd721d3740f81a46ee634da69d.zip |
gnu: python-rpy2: Update home page.
* gnu/packages/python.scm (python-rpy2)[home-page]: Update URI.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b3062598b9..90e93d00f2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3722,7 +3722,7 @@ operators such as union, intersection, and difference.") ("python-numpy" ,python-numpy))) (native-inputs `(("zlib" ,zlib))) - (home-page "http://rpy.sourceforge.net/") + (home-page "https://rpy2.bitbucket.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, |